Shades of Mantis #80C852
Tints of Mantis #80C852
RGB
CMYK
RGB Variations
Color information
#80C852 (or 0x80C852) is known color: Mantis. HEX triplet: 80, C8 and 52. RGB value is (128,200,82). Sum of RGB (Red+Green+Blue) = 128+200+82=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #80C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C852 is #7F37AD. Grayscale: #A5A5A5. Windows color (decimal): -8337326 or 5425280. OLE color: 5425280.
HSL color Cylindrical-coordinate representation of color #80C852: hue angle of 96.61º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C852 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 82 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.22 |
| HSL | 96.61º | 0.52% | 0.55% | - |
| HSV(B) | 96.61º | 0.59% | 0.78% | - |
| XYZ | 31.08 | 46.51 | 15.32 | - |
| YUV | 165.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 82 | 0.36 | 0 | 0.59 | 0.22 | 96.61 | 0.52 | 0.55 |
| Hex | 80 | C8 | 52 | 24 | 0 | 3B | 16 | 61 | 34 | 37 |
| Octal | 200 | 310 | 122 | 44 | 0 | 73 | 26 | 141 | 64 | 67 |
| Binary | 10000000 | 11001000 | 1010010 | 100100 | 0 | 111011 | 10110 | 1100001 | 110100 | 110111 |
Color Harmonies of #80C852
Complementary color
Monochromatic Colors of #80C852
Black with #80C852
Text Example
Text Example
White with #80C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C852; }
p { color: rgb(128,200,82); }
H1.HeaderClassName
{
color: #80C852;
}
.AnyTagClassName
{
color: #80C852;
}
</style>
background-color css
<style>
a { background-color: #80C852; }
a { background-color: rgb(128,200,82); }
div.DivClassName
{
background-color: #80C852;
}
.BgClassName
{
background-color: #80C852;
}
</style>
border-color css
<style>
span { border-color: #80C852; }
span { border-color: rgb(128,200,82); }
td.TdClassName
{
border-color: #80C852;
}
.TagClassName
{
border-color: #80C852;
}
</style>