#81cf64

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

Shades of Mantis #81CF64

Tints of Mantis #81CF64

Color information

#81CF64 (or 0x81CF64) is unknown color: approx Mantis. HEX triplet: 81, CF and 64. RGB value is (129,207,100). Sum of RGB (Red+Green+Blue) = 129+207+100=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF64 is #7E309B. Grayscale: #ABABAB. Windows color (decimal): -8269980 or 6606721. OLE color: 6606721.

HSL color Cylindrical-coordinate representation of color #81CF64: hue angle of 103.74º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81CF64 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB129207100-
CMYK0.3800.520.19
HSL103.74º52.71%60.2%-
HSV(B)103.74º51.69%81.18%-
XYZ33.6750.2119.97-
YUV171.4887.6697.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=29.59%
G=47.48%
B=22.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1292071000.3800.520.19103.7452.7160.2
Hex81CF64260341368353c
Octal20131714446064231506574
Binary100000011100111111001001001100110100100111101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81cf64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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