#81D54C

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

Shades of Mantis #81D54C

Tints of Mantis #81D54C

Color information

#81D54C (or 0x81D54C) is unknown color: approx Mantis. HEX triplet: 81, D5 and 4C. RGB value is (129,213,76). Sum of RGB (Red+Green+Blue) = 129+213+76=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #81D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D54C is #7E2AB3. Grayscale: #ACACAC. Windows color (decimal): -8268468 or 5035393. OLE color: 5035393.

HSL color Cylindrical-coordinate representation of color #81D54C: hue angle of 96.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81D54C is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB12921376-
CMYK0.3900.640.16
HSL96.79º61.99%56.67%-
HSV(B)96.79º64.32%83.53%-
XYZ34.1552.7815.22-
YUV172.2773.6797.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 213 (83.59% from 255) = 50.96%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=30.86%
G=50.96%
B=18.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129213760.3900.640.1696.7961.9956.67
Hex81D54C2704010613e39
Octal201325114470100201417671
Binary1000000111010101100110010011101000000100001100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,213,76); }

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

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

 a { background-color: rgb(129,213,76); }

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

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

 span { border-color: rgb(129,213,76); }

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