#81C06D

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

Shades of Mantis #81C06D

Tints of Mantis #81C06D

Color information

#81C06D (or 0x81C06D) is unknown color: approx Mantis. HEX triplet: 81, C0 and 6D. RGB value is (129,192,109). Sum of RGB (Red+Green+Blue) = 129+192+109=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #81C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C06D is #7E3F92. Grayscale: #A3A3A3. Windows color (decimal): -8273811 or 7192705. OLE color: 7192705.

HSL color Cylindrical-coordinate representation of color #81C06D: hue angle of 105.54º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81C06D is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB129192109-
CMYK0.3300.430.25
HSL105.54º39.71%59.02%-
HSV(B)105.54º43.23%75.29%-
XYZ30.6643.4721.24-
YUV163.797.13103.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=30%
G=44.65%
B=25.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921090.3300.430.25105.5439.7159.02
Hex81C06D2102B196a283b
Octal20130015541053311525073
Binary100000011100000011011011000010101011110011101010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,192,109); }

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

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

 a { background-color: rgb(129,192,109); }

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

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

 span { border-color: rgb(129,192,109); }

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