#80CA52

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

Shades of Mantis #80CA52

Tints of Mantis #80CA52

Color information

#80CA52 (or 0x80CA52) is unknown color: approx Mantis. HEX triplet: 80, CA and 52. RGB value is (128,202,82). Sum of RGB (Red+Green+Blue) = 128+202+82=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA52 is #7F35AD. Grayscale: #A6A6A6. Windows color (decimal): -8336814 or 5425792. OLE color: 5425792.

HSL color Cylindrical-coordinate representation of color #80CA52: hue angle of 97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80CA52 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB12820282-
CMYK0.3700.590.21
HSL97º53.1%55.69%-
HSV(B)97º59.41%79.22%-
XYZ31.5547.4415.48-
YUV166.1980.48100.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 202 (79.30% from 255) = 49.03%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=31.07%
G=49.03%
B=19.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128202820.3700.590.219753.155.69
Hex80CA522503B15613538
Octal20031212245073251416570
Binary100000001100101010100101001010111011101011100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,82); }

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

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

 a { background-color: rgb(128,202,82); }

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

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

 span { border-color: rgb(128,202,82); }

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