#82D169

Color #82D169 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #82D169

Tints of Mantis #82D169

Color information

#82D169 (or 0x82D169) is unknown color: approx Mantis. HEX triplet: 82, D1 and 69. RGB value is (130,209,105). Sum of RGB (Red+Green+Blue) = 130+209+105=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #82D169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D169 is #7D2E96. Grayscale: #ADADAD. Windows color (decimal): -8203927 or 6934914. OLE color: 6934914.

HSL color Cylindrical-coordinate representation of color #82D169: hue angle of 105.58º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D169 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB130209105-
CMYK0.3800.500.18
HSL105.58º53.06%61.57%-
HSV(B)105.58º49.76%81.96%-
XYZ34.5651.3721.46-
YUV173.5289.3396.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=29.28%
G=47.07%
B=23.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091050.3800.500.18105.5853.0661.57
Hex82D16926032126a353e
Octal20232115146062221526576
Binary100000101101000111010011001100110010100101101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82D169; }

 p { color: rgb(130,209,105); }

 H1.HeaderClassName
 {
   color: #82D169;
 }
 .AnyTagClassName
 {
   color: #82D169;
 }
</style>
background-color css

<style>
 a { background-color: #82D169; }

 a { background-color: rgb(130,209,105); }

 div.DivClassName
 {
   background-color: #82D169;
 }
 .BgClassName
 {
   background-color: #82D169;
 }
</style>
border-color css

<style>
 span { border-color: #82D169; }

 span { border-color: rgb(130,209,105); }

 td.TdClassName
 {
   border-color: #82D169;
 }
 .TagClassName
 {
   border-color: #82D169;
 }
</style>