#81dd50

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

Shades of Mantis #81DD50

Tints of Mantis #81DD50

Color information

#81DD50 (or 0x81DD50) is unknown color: approx Mantis. HEX triplet: 81, DD and 50. RGB value is (129,221,80). Sum of RGB (Red+Green+Blue) = 129+221+80=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD50 is #7E22AF. Grayscale: #B1B1B1. Windows color (decimal): -8266416 or 5299585. OLE color: 5299585.

HSL color Cylindrical-coordinate representation of color #81DD50: hue angle of 99.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81DD50 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB12922180-
CMYK0.4200.640.13
HSL99.15º67.46%59.02%-
HSV(B)99.15º63.8%86.67%-
XYZ36.3656.9616.67-
YUV177.4273.0293.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 221 (86.72% from 255) = 51.40%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=30%
G=51.40%
B=18.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129221800.4200.640.1399.1567.4659.02
Hex81DD502A040D63433b
Octal2013351205201001514310373
Binary1000000111011101101000010101001000000110111000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81dd50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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