#81DC64

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

Shades of Mantis #81DC64

Tints of Mantis #81DC64

Color information

#81DC64 (or 0x81DC64) is unknown color: approx Mantis. HEX triplet: 81, DC and 64. RGB value is (129,220,100). Sum of RGB (Red+Green+Blue) = 129+220+100=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC64 is #7E239B. Grayscale: #B3B3B3. Windows color (decimal): -8266652 or 6610049. OLE color: 6610049.

HSL color Cylindrical-coordinate representation of color #81DC64: hue angle of 105.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81DC64 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB129220100-
CMYK0.4100.550.14
HSL105.5º63.16%62.75%-
HSV(B)105.5º54.55%86.27%-
XYZ36.9556.7721.07-
YUV179.1183.3592.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=28.73%
G=49.00%
B=22.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201000.4100.550.14105.563.1662.75
Hex81DC6429037E6a3f3f
Octal20133414451067161527777
Binary10000001110111001100100101001011011111101101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,100); }

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

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

 a { background-color: rgb(129,220,100); }

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

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

 span { border-color: rgb(129,220,100); }

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