#81E146

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

Shades of Mantis #81E146

Tints of Mantis #81E146

Color information

#81E146 (or 0x81E146) is unknown color: approx Mantis. HEX triplet: 81, E1 and 46. RGB value is (129,225,70). Sum of RGB (Red+Green+Blue) = 129+225+70=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #81E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E146 is #7E1EB9. Grayscale: #B3B3B3. Windows color (decimal): -8265402 or 4645249. OLE color: 4645249.

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

Color convert

RGB12922570-
CMYK0.4300.690.12
HSL97.16º72.09%57.84%-
HSV(B)97.16º68.89%88.24%-
XYZ37.0858.9615.22-
YUV178.6366.792.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 225 (88.28% from 255) = 53.07%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=30.42%
G=53.07%
B=16.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129225700.4300.690.1297.1672.0957.84
Hex81E1462B045C61483a
Octal2013411065301051414111072
Binary1000000111100001100011010101101000101110011000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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