Shades of Mantis #80CF53
Tints of Mantis #80CF53
RGB
CMYK
RGB Variations
Color information
#80CF53 (or 0x80CF53) is known color: Mantis. HEX triplet: 80, CF and 53. RGB value is (128,207,83). Sum of RGB (Red+Green+Blue) = 128+207+83=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF53 is #7F30AC. Grayscale: #A9A9A9. Windows color (decimal): -8335533 or 5492608. OLE color: 5492608.
HSL color Cylindrical-coordinate representation of color #80CF53: hue angle of 98.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80CF53 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 83 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.19 |
| HSL | 98.23º | 0.56% | 0.57% | - |
| HSV(B) | 98.23º | 0.6% | 0.81% | - |
| XYZ | 32.78 | 49.84 | 16.08 | - |
| YUV | 169.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 83 | 0.38 | 0 | 0.60 | 0.19 | 98.23 | 0.56 | 0.57 |
| Hex | 80 | CF | 53 | 26 | 0 | 3C | 13 | 62 | 38 | 39 |
| Octal | 200 | 317 | 123 | 46 | 0 | 74 | 23 | 142 | 70 | 71 |
| Binary | 10000000 | 11001111 | 1010011 | 100110 | 0 | 111100 | 10011 | 1100010 | 111000 | 111001 |
Color Harmonies of #80CF53
Complementary color
Monochromatic Colors of #80CF53
Black with #80CF53
Text Example
Text Example
White with #80CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF53; }
p { color: rgb(128,207,83); }
H1.HeaderClassName
{
color: #80CF53;
}
.AnyTagClassName
{
color: #80CF53;
}
</style>
background-color css
<style>
a { background-color: #80CF53; }
a { background-color: rgb(128,207,83); }
div.DivClassName
{
background-color: #80CF53;
}
.BgClassName
{
background-color: #80CF53;
}
</style>
border-color css
<style>
span { border-color: #80CF53; }
span { border-color: rgb(128,207,83); }
td.TdClassName
{
border-color: #80CF53;
}
.TagClassName
{
border-color: #80CF53;
}
</style>