#81E14D

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

Shades of Mantis #81E14D

Tints of Mantis #81E14D

Color information

#81E14D (or 0x81E14D) is unknown color: approx Mantis. HEX triplet: 81, E1 and 4D. RGB value is (129,225,77). Sum of RGB (Red+Green+Blue) = 129+225+77=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #81E14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E14D is #7E1EB2. Grayscale: #B3B3B3. Windows color (decimal): -8265395 or 5104001. OLE color: 5104001.

HSL color Cylindrical-coordinate representation of color #81E14D: hue angle of 98.92º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81E14D is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB12922577-
CMYK0.4300.660.12
HSL98.92º71.15%59.22%-
HSV(B)98.92º65.78%88.24%-
XYZ37.3259.0516.45-
YUV179.4270.292.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 225 (88.28% from 255) = 52.20%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=29.93%
G=52.20%
B=17.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129225770.4300.660.1298.9271.1559.22
Hex81E14D2B042C63473b
Octal2013411155301021414310773
Binary1000000111100001100110110101101000010110011000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,225,77); }

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

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

 a { background-color: rgb(129,225,77); }

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

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

 span { border-color: rgb(129,225,77); }

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