#81CB64

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

Shades of Mantis #81CB64

Tints of Mantis #81CB64

Color information

#81CB64 (or 0x81CB64) is unknown color: approx Mantis. HEX triplet: 81, CB and 64. RGB value is (129,203,100). Sum of RGB (Red+Green+Blue) = 129+203+100=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB64 is #7E349B. Grayscale: #A9A9A9. Windows color (decimal): -8271004 or 6605697. OLE color: 6605697.

HSL color Cylindrical-coordinate representation of color #81CB64: hue angle of 103.11º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81CB64 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB129203100-
CMYK0.3600.510.20
HSL103.11º49.76%59.41%-
HSV(B)103.11º50.74%79.61%-
XYZ32.7148.319.66-
YUV169.1388.9899.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.86%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=29.86%
G=46.99%
B=23.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292031000.3600.510.20103.1149.7659.41
Hex81CB64240331467323b
Octal20131314444063241476273
Binary100000011100101111001001001000110011101001100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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