#81DE55

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

Shades of Mantis #81DE55

Tints of Mantis #81DE55

Color information

#81DE55 (or 0x81DE55) is unknown color: approx Mantis. HEX triplet: 81, DE and 55. RGB value is (129,222,85). Sum of RGB (Red+Green+Blue) = 129+222+85=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #81DE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DE55 is #7E21AA. Grayscale: #B3B3B3. Windows color (decimal): -8266155 or 5627521. OLE color: 5627521.

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

Color convert

RGB12922285-
CMYK0.4200.620.13
HSL100.73º67.49%60.2%-
HSV(B)100.73º61.71%87.06%-
XYZ36.8157.5717.77-
YUV178.5875.1992.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 222 (87.11% from 255) = 50.92%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=29.59%
G=50.92%
B=19.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129222850.4200.620.13100.7367.4960.2
Hex81DE552A03ED65433c
Octal201336125520761514510374
Binary100000011101111010101011010100111110110111001011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,85); }

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

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

 a { background-color: rgb(129,222,85); }

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

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

 span { border-color: rgb(129,222,85); }

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