#82CA66

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

Shades of Mantis #82CA66

Tints of Mantis #82CA66

Color information

#82CA66 (or 0x82CA66) is unknown color: approx Mantis. HEX triplet: 82, CA and 66. RGB value is (130,202,102). Sum of RGB (Red+Green+Blue) = 130+202+102=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA66 is #7D3599. Grayscale: #A9A9A9. Windows color (decimal): -8205722 or 6736514. OLE color: 6736514.

HSL color Cylindrical-coordinate representation of color #82CA66: hue angle of 103.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82CA66 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB130202102-
CMYK0.3600.500.21
HSL103.2º48.54%59.61%-
HSV(B)103.2º49.5%79.22%-
XYZ32.7247.9520.1-
YUV169.0790.15100.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=29.95%
G=46.54%
B=23.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021020.3600.500.21103.248.5459.61
Hex82CA66240321567313c
Octal20231214644062251476174
Binary100000101100101011001101001000110010101011100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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