Shades of Mantis #80DE5C
Tints of Mantis #80DE5C
RGB
CMYK
RGB Variations
Color information
#80DE5C (or 0x80DE5C) is known color: Mantis. HEX triplet: 80, DE and 5C. RGB value is (128,222,92). Sum of RGB (Red+Green+Blue) = 128+222+92=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE5C is #7F21A3. Grayscale: #B3B3B3. Windows color (decimal): -8331684 or 6086272. OLE color: 6086272.
HSL color Cylindrical-coordinate representation of color #80DE5C: hue angle of 103.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80DE5C is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 92 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.13 |
| HSL | 103.38º | 0.66% | 0.62% | - |
| HSV(B) | 103.38º | 0.59% | 0.87% | - |
| XYZ | 36.96 | 57.6 | 19.3 | - |
| YUV | 179.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 92 | 0.42 | 0 | 0.59 | 0.13 | 103.38 | 0.66 | 0.62 |
| Hex | 80 | DE | 5C | 2A | 0 | 3B | D | 67 | 42 | 3E |
| Octal | 200 | 336 | 134 | 52 | 0 | 73 | 15 | 147 | 102 | 76 |
| Binary | 10000000 | 11011110 | 1011100 | 101010 | 0 | 111011 | 1101 | 1100111 | 1000010 | 111110 |
Color Harmonies of #80DE5C
Complementary color
Monochromatic Colors of #80DE5C
Black with #80DE5C
Text Example
Text Example
White with #80DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DE5C; }
p { color: rgb(128,222,92); }
H1.HeaderClassName
{
color: #80DE5C;
}
.AnyTagClassName
{
color: #80DE5C;
}
</style>
background-color css
<style>
a { background-color: #80DE5C; }
a { background-color: rgb(128,222,92); }
div.DivClassName
{
background-color: #80DE5C;
}
.BgClassName
{
background-color: #80DE5C;
}
</style>
border-color css
<style>
span { border-color: #80DE5C; }
span { border-color: rgb(128,222,92); }
td.TdClassName
{
border-color: #80DE5C;
}
.TagClassName
{
border-color: #80DE5C;
}
</style>