#81E158

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

Shades of Mantis #81E158

Tints of Mantis #81E158

Color information

#81E158 (or 0x81E158) is unknown color: approx Mantis. HEX triplet: 81, E1 and 58. RGB value is (129,225,88). Sum of RGB (Red+Green+Blue) = 129+225+88=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #81E158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E158 is #7E1EA7. Grayscale: #B5B5B5. Windows color (decimal): -8265384 or 5824897. OLE color: 5824897.

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

Color convert

RGB12922588-
CMYK0.4300.610.12
HSL102.04º69.54%61.37%-
HSV(B)102.04º60.89%88.24%-
XYZ37.7459.2218.67-
YUV180.6875.791.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 225 (88.28% from 255) = 50.90%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=29.19%
G=50.90%
B=19.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129225880.4300.610.12102.0469.5461.37
Hex81E1582B03DC66463d
Octal201341130530751414610675
Binary100000011110000110110001010110111101110011001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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