#81C66A

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

Shades of Mantis #81C66A

Tints of Mantis #81C66A

Color information

#81C66A (or 0x81C66A) is unknown color: approx Mantis. HEX triplet: 81, C6 and 6A. RGB value is (129,198,106). Sum of RGB (Red+Green+Blue) = 129+198+106=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #81C66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C66A is #7E3995. Grayscale: #A7A7A7. Windows color (decimal): -8272278 or 6997633. OLE color: 6997633.

HSL color Cylindrical-coordinate representation of color #81C66A: hue angle of 105º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81C66A is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB129198106-
CMYK0.3500.460.22
HSL105º44.66%59.61%-
HSV(B)105º46.46%77.65%-
XYZ31.8546.120.85-
YUV166.8893.64100.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 198 (77.73% from 255) = 45.73%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=29.79%
G=45.73%
B=24.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291981060.3500.460.2210544.6659.61
Hex81C66A2302E16692d3c
Octal20130615243056261515574
Binary100000011100011011010101000110101110101101101001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,198,106); }

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

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

 a { background-color: rgb(129,198,106); }

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

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

 span { border-color: rgb(129,198,106); }

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