Shades of Mantis #80CB4B
Tints of Mantis #80CB4B
RGB
CMYK
RGB Variations
Color information
#80CB4B (or 0x80CB4B) is known color: Mantis. HEX triplet: 80, CB and 4B. RGB value is (128,203,75). Sum of RGB (Red+Green+Blue) = 128+203+75=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB4B is #7F34B4. Grayscale: #A6A6A6. Windows color (decimal): -8336565 or 4967296. OLE color: 4967296.
HSL color Cylindrical-coordinate representation of color #80CB4B: hue angle of 95.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80CB4B is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 75 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.20 |
| HSL | 95.16º | 0.55% | 0.55% | - |
| HSV(B) | 95.16º | 0.63% | 0.8% | - |
| XYZ | 31.53 | 47.81 | 14.22 | - |
| YUV | 165.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 75 | 0.37 | 0 | 0.63 | 0.20 | 95.16 | 0.55 | 0.55 |
| Hex | 80 | CB | 4B | 25 | 0 | 3F | 14 | 5F | 37 | 37 |
| Octal | 200 | 313 | 113 | 45 | 0 | 77 | 24 | 137 | 67 | 67 |
| Binary | 10000000 | 11001011 | 1001011 | 100101 | 0 | 111111 | 10100 | 1011111 | 110111 | 110111 |
Color Harmonies of #80CB4B
Complementary color
Monochromatic Colors of #80CB4B
Black with #80CB4B
Text Example
Text Example
White with #80CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB4B; }
p { color: rgb(128,203,75); }
H1.HeaderClassName
{
color: #80CB4B;
}
.AnyTagClassName
{
color: #80CB4B;
}
</style>
background-color css
<style>
a { background-color: #80CB4B; }
a { background-color: rgb(128,203,75); }
div.DivClassName
{
background-color: #80CB4B;
}
.BgClassName
{
background-color: #80CB4B;
}
</style>
border-color css
<style>
span { border-color: #80CB4B; }
span { border-color: rgb(128,203,75); }
td.TdClassName
{
border-color: #80CB4B;
}
.TagClassName
{
border-color: #80CB4B;
}
</style>