#81CC50

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

Shades of Mantis #81CC50

Tints of Mantis #81CC50

Color information

#81CC50 (or 0x81CC50) is unknown color: approx Mantis. HEX triplet: 81, CC and 50. RGB value is (129,204,80). Sum of RGB (Red+Green+Blue) = 129+204+80=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC50 is #7E33AF. Grayscale: #A7A7A7. Windows color (decimal): -8270768 or 5295233. OLE color: 5295233.

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

Color convert

RGB12920480-
CMYK0.3700.610.2
HSL96.29º54.87%55.69%-
HSV(B)96.29º60.78%80%-
XYZ32.0948.4315.25-
YUV167.4478.65100.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=31.23%
G=49.39%
B=19.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129204800.3700.610.296.2954.8755.69
Hex81CC502503D14603738
Octal20131412045075241406770
Binary100000011100110010100001001010111101101001100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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