#82D066

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

Shades of Mantis #82D066

Tints of Mantis #82D066

Color information

#82D066 (or 0x82D066) is unknown color: approx Mantis. HEX triplet: 82, D0 and 66. RGB value is (130,208,102). Sum of RGB (Red+Green+Blue) = 130+208+102=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #82D066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D066 is #7D2F99. Grayscale: #ACACAC. Windows color (decimal): -8204186 or 6738050. OLE color: 6738050.

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

Color convert

RGB130208102-
CMYK0.3800.510.18
HSL104.15º53%60.78%-
HSV(B)104.15º50.96%81.57%-
XYZ34.1650.8220.58-
YUV172.5988.1697.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 208 (81.64% from 255) = 47.27%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=29.55%
G=47.27%
B=23.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081020.3800.510.18104.155360.78
Hex82D066260331268353d
Octal20232014646063221506575
Binary100000101101000011001101001100110011100101101000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,102); }

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

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

 a { background-color: rgb(130,208,102); }

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

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

 span { border-color: rgb(130,208,102); }

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