#81CB66

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

Shades of Mantis #81CB66

Tints of Mantis #81CB66

Color information

#81CB66 (or 0x81CB66) is unknown color: approx Mantis. HEX triplet: 81, CB and 66. RGB value is (129,203,102). Sum of RGB (Red+Green+Blue) = 129+203+102=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB66 is #7E3499. Grayscale: #A9A9A9. Windows color (decimal): -8271002 or 6736769. OLE color: 6736769.

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

Color convert

RGB129203102-
CMYK0.3600.500.20
HSL103.96º49.27%59.8%-
HSV(B)103.96º49.75%79.61%-
XYZ32.8148.3420.17-
YUV169.3689.9899.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 203 (79.69% from 255) = 46.77%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=29.72%
G=46.77%
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.20
SystemRedGreenBlueCMYKHSL
Decimal1292031020.3600.500.20103.9649.2759.8
Hex81CB66240321468313c
Octal20131314644062241506174
Binary100000011100101111001101001000110010101001101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81CB66; }

 p { color: rgb(129,203,102); }

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

<style>
 a { background-color: #81CB66; }

 a { background-color: rgb(129,203,102); }

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

<style>
 span { border-color: #81CB66; }

 span { border-color: rgb(129,203,102); }

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