#80C964

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

Shades of Mantis #80C964

Tints of Mantis #80C964

Color information

#80C964 (or 0x80C964) is unknown color: approx Mantis. HEX triplet: 80, C9 and 64. RGB value is (128,201,100). Sum of RGB (Red+Green+Blue) = 128+201+100=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #80C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C964 is #7F369B. Grayscale: #A7A7A7. Windows color (decimal): -8337052 or 6605184. OLE color: 6605184.

HSL color Cylindrical-coordinate representation of color #80C964: hue angle of 103.37º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C964 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB128201100-
CMYK0.3600.500.21
HSL103.37º48.33%59.02%-
HSV(B)103.37º50.25%78.82%-
XYZ32.0947.2819.49-
YUV167.6689.8299.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=29.84%
G=46.85%
B=23.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282011000.3600.500.21103.3748.3359.02
Hex80C964240321567303b
Octal20031114444062251476073
Binary100000001100100111001001001000110010101011100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C964; }

 p { color: rgb(128,201,100); }

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

<style>
 a { background-color: #80C964; }

 a { background-color: rgb(128,201,100); }

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

<style>
 span { border-color: #80C964; }

 span { border-color: rgb(128,201,100); }

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