#81CB6E

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

Shades of Mantis #81CB6E

Tints of Mantis #81CB6E

Color information

#81CB6E (or 0x81CB6E) is unknown color: approx Mantis. HEX triplet: 81, CB and 6E. RGB value is (129,203,110). Sum of RGB (Red+Green+Blue) = 129+203+110=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB6E is #7E3491. Grayscale: #AAAAAA. Windows color (decimal): -8270994 or 7261057. OLE color: 7261057.

HSL color Cylindrical-coordinate representation of color #81CB6E: hue angle of 107.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CB6E is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB129203110-
CMYK0.3600.460.20
HSL107.74º47.21%61.37%-
HSV(B)107.74º45.81%79.61%-
XYZ33.2248.522.36-
YUV170.2793.9898.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=29.19%
G=45.93%
B=24.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292031100.3600.460.20107.7447.2161.37
Hex81CB6E2402E146c2f3d
Octal20131315644056241545775
Binary100000011100101111011101001000101110101001101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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