#81C94A

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

Shades of Mantis #81C94A

Tints of Mantis #81C94A

Color information

#81C94A (or 0x81C94A) is unknown color: approx Mantis. HEX triplet: 81, C9 and 4A. RGB value is (129,201,74). Sum of RGB (Red+Green+Blue) = 129+201+74=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #81C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C94A is #7E36B5. Grayscale: #A5A5A5. Windows color (decimal): -8271542 or 4901249. OLE color: 4901249.

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

Color convert

RGB12920174-
CMYK0.3600.630.21
HSL94.02º54.04%53.92%-
HSV(B)94.02º63.18%78.82%-
XYZ31.1846.9313.89-
YUV164.9976.65102.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 201 (78.91% from 255) = 49.75%
BLUE value IS 74 (29.30% from 255) = 18.32%
R=31.93%
G=49.75%
B=18.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129201740.3600.630.2194.0254.0453.92
Hex81C94A2403F155e3636
Octal20131111244077251366666
Binary100000011100100110010101001000111111101011011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,201,74); }

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

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

 a { background-color: rgb(129,201,74); }

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

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

 span { border-color: rgb(129,201,74); }

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