Shades of Mantis #80CF41
Tints of Mantis #80CF41
RGB
CMYK
RGB Variations
Color information
#80CF41 (or 0x80CF41) is known color: Mantis. HEX triplet: 80, CF and 41. RGB value is (128,207,65). Sum of RGB (Red+Green+Blue) = 128+207+65=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF41 is #7F30BE. Grayscale: #A7A7A7. Windows color (decimal): -8335551 or 4312960. OLE color: 4312960.
HSL color Cylindrical-coordinate representation of color #80CF41: hue angle of 93.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80CF41 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 65 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.19 |
| HSL | 93.38º | 0.6% | 0.53% | - |
| HSV(B) | 93.38º | 0.69% | 0.81% | - |
| XYZ | 32.17 | 49.6 | 12.88 | - |
| YUV | 167.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 65 | 0.38 | 0 | 0.69 | 0.19 | 93.38 | 0.6 | 0.53 |
| Hex | 80 | CF | 41 | 26 | 0 | 45 | 13 | 5D | 3C | 35 |
| Octal | 200 | 317 | 101 | 46 | 0 | 105 | 23 | 135 | 74 | 65 |
| Binary | 10000000 | 11001111 | 1000001 | 100110 | 0 | 1000101 | 10011 | 1011101 | 111100 | 110101 |
Color Harmonies of #80CF41
Complementary color
Monochromatic Colors of #80CF41
Black with #80CF41
Text Example
Text Example
White with #80CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF41; }
p { color: rgb(128,207,65); }
H1.HeaderClassName
{
color: #80CF41;
}
.AnyTagClassName
{
color: #80CF41;
}
</style>
background-color css
<style>
a { background-color: #80CF41; }
a { background-color: rgb(128,207,65); }
div.DivClassName
{
background-color: #80CF41;
}
.BgClassName
{
background-color: #80CF41;
}
</style>
border-color css
<style>
span { border-color: #80CF41; }
span { border-color: rgb(128,207,65); }
td.TdClassName
{
border-color: #80CF41;
}
.TagClassName
{
border-color: #80CF41;
}
</style>