Shades of Mantis #80C04B
Tints of Mantis #80C04B
RGB
CMYK
RGB Variations
Color information
#80C04B (or 0x80C04B) is known color: Mantis. HEX triplet: 80, C0 and 4B. RGB value is (128,192,75). Sum of RGB (Red+Green+Blue) = 128+192+75=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #80C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C04B is #7F3FB4. Grayscale: #9F9F9F. Windows color (decimal): -8339381 or 4964480. OLE color: 4964480.
HSL color Cylindrical-coordinate representation of color #80C04B: hue angle of 92.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80C04B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 75 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.25 |
| HSL | 92.82º | 0.48% | 0.52% | - |
| HSV(B) | 92.82º | 0.61% | 0.75% | - |
| XYZ | 29.02 | 42.8 | 13.39 | - |
| YUV | 159.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 75 | 0.33 | 0 | 0.61 | 0.25 | 92.82 | 0.48 | 0.52 |
| Hex | 80 | C0 | 4B | 21 | 0 | 3D | 19 | 5D | 30 | 34 |
| Octal | 200 | 300 | 113 | 41 | 0 | 75 | 31 | 135 | 60 | 64 |
| Binary | 10000000 | 11000000 | 1001011 | 100001 | 0 | 111101 | 11001 | 1011101 | 110000 | 110100 |
Color Harmonies of #80C04B
Complementary color
Monochromatic Colors of #80C04B
Black with #80C04B
Text Example
Text Example
White with #80C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C04B; }
p { color: rgb(128,192,75); }
H1.HeaderClassName
{
color: #80C04B;
}
.AnyTagClassName
{
color: #80C04B;
}
</style>
background-color css
<style>
a { background-color: #80C04B; }
a { background-color: rgb(128,192,75); }
div.DivClassName
{
background-color: #80C04B;
}
.BgClassName
{
background-color: #80C04B;
}
</style>
border-color css
<style>
span { border-color: #80C04B; }
span { border-color: rgb(128,192,75); }
td.TdClassName
{
border-color: #80C04B;
}
.TagClassName
{
border-color: #80C04B;
}
</style>