#81CC51

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

Shades of Mantis #81CC51

Tints of Mantis #81CC51

Color information

#81CC51 (or 0x81CC51) is unknown color: approx Mantis. HEX triplet: 81, CC and 51. RGB value is (129,204,81). Sum of RGB (Red+Green+Blue) = 129+204+81=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC51 is #7E33AE. Grayscale: #A7A7A7. Windows color (decimal): -8270767 or 5360769. OLE color: 5360769.

HSL color Cylindrical-coordinate representation of color #81CC51: hue angle of 96.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81CC51 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB12920481-
CMYK0.3700.600.2
HSL96.59º54.67%55.88%-
HSV(B)96.59º60.29%80%-
XYZ32.1348.4515.44-
YUV167.5579.15100.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=31.16%
G=49.28%
B=19.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129204810.3700.600.296.5954.6755.88
Hex81CC512503C14613738
Octal20131412145074241416770
Binary100000011100110010100011001010111100101001100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,204,81); }

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

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

 a { background-color: rgb(129,204,81); }

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

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

 span { border-color: rgb(129,204,81); }

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