#80D25B

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

Shades of Mantis #80D25B

Tints of Mantis #80D25B

Color information

#80D25B (or 0x80D25B) is unknown color: approx Mantis. HEX triplet: 80, D2 and 5B. RGB value is (128,210,91). Sum of RGB (Red+Green+Blue) = 128+210+91=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #80D25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D25B is #7F2DA4. Grayscale: #ACACAC. Windows color (decimal): -8334757 or 6017664. OLE color: 6017664.

HSL color Cylindrical-coordinate representation of color #80D25B: hue angle of 101.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D25B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB12821091-
CMYK0.3900.570.18
HSL101.34º56.94%59.02%-
HSV(B)101.34º56.67%82.35%-
XYZ33.8451.4418.04-
YUV171.9282.3396.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=29.84%
G=48.95%
B=21.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128210910.3900.570.18101.3456.9459.02
Hex80D25B270391265393b
Octal20032213347071221457173
Binary100000001101001010110111001110111001100101100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,210,91); }

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

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

 a { background-color: rgb(128,210,91); }

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

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

 span { border-color: rgb(128,210,91); }

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