#80DF52

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

Shades of Mantis #80DF52

Tints of Mantis #80DF52

Color information

#80DF52 (or 0x80DF52) is unknown color: approx Mantis. HEX triplet: 80, DF and 52. RGB value is (128,223,82). Sum of RGB (Red+Green+Blue) = 128+223+82=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF52 is #7F20AD. Grayscale: #B2B2B2. Windows color (decimal): -8331438 or 5431168. OLE color: 5431168.

HSL color Cylindrical-coordinate representation of color #80DF52: hue angle of 100.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80DF52 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB12822382-
CMYK0.4300.630.13
HSL100.43º68.78%59.8%-
HSV(B)100.43º63.23%87.45%-
XYZ36.8157.9717.23-
YUV178.5273.5391.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 223 (87.5% from 255) = 51.50%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=29.56%
G=51.50%
B=18.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128223820.4300.630.13100.4368.7859.8
Hex80DF522B03FD64453c
Octal200337122530771514410574
Binary100000001101111110100101010110111111110111001001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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