#81DD44

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

Shades of Mantis #81DD44

Tints of Mantis #81DD44

Color information

#81DD44 (or 0x81DD44) is unknown color: approx Mantis. HEX triplet: 81, DD and 44. RGB value is (129,221,68). Sum of RGB (Red+Green+Blue) = 129+221+68=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DD44 is #7E22BB. Grayscale: #B0B0B0. Windows color (decimal): -8266428 or 4513153. OLE color: 4513153.

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

Color convert

RGB12922168-
CMYK0.4200.690.13
HSL96.08º69.23%56.67%-
HSV(B)96.08º69.23%86.67%-
XYZ35.9556.814.54-
YUV176.0567.0294.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 221 (86.72% from 255) = 52.87%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=30.86%
G=52.87%
B=16.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129221680.4200.690.1396.0869.2356.67
Hex81DD442A045D604539
Octal2013351045201051514010571
Binary1000000111011101100010010101001000101110111000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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