#81CA6E

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

Shades of Mantis #81CA6E

Tints of Mantis #81CA6E

Color information

#81CA6E (or 0x81CA6E) is unknown color: approx Mantis. HEX triplet: 81, CA and 6E. RGB value is (129,202,110). Sum of RGB (Red+Green+Blue) = 129+202+110=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA6E is #7E3591. Grayscale: #A9A9A9. Windows color (decimal): -8271250 or 7260801. OLE color: 7260801.

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

Color convert

RGB129202110-
CMYK0.3600.460.21
HSL107.61º46.46%61.18%-
HSV(B)107.61º45.54%79.22%-
XYZ32.9948.0322.28-
YUV169.6894.3298.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=29.25%
G=45.80%
B=24.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021100.3600.460.21107.6146.4661.18
Hex81CA6E2402E156c2e3d
Octal20131215644056251545675
Binary100000011100101011011101001000101110101011101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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