Shades of Mantis #80CB3F
Tints of Mantis #80CB3F
RGB
CMYK
RGB Variations
Color information
#80CB3F (or 0x80CB3F) is known color: Mantis. HEX triplet: 80, CB and 3F. RGB value is (128,203,63). Sum of RGB (Red+Green+Blue) = 128+203+63=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB3F is #7F34C0. Grayscale: #A5A5A5. Windows color (decimal): -8336577 or 4180864. OLE color: 4180864.
HSL color Cylindrical-coordinate representation of color #80CB3F: hue angle of 92.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80CB3F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 63 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.20 |
| HSL | 92.14º | 0.57% | 0.52% | - |
| HSV(B) | 92.14º | 0.69% | 0.8% | - |
| XYZ | 31.16 | 47.66 | 12.26 | - |
| YUV | 164.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 63 | 0.37 | 0 | 0.69 | 0.20 | 92.14 | 0.57 | 0.52 |
| Hex | 80 | CB | 3F | 25 | 0 | 45 | 14 | 5C | 39 | 34 |
| Octal | 200 | 313 | 77 | 45 | 0 | 105 | 24 | 134 | 71 | 64 |
| Binary | 10000000 | 11001011 | 111111 | 100101 | 0 | 1000101 | 10100 | 1011100 | 111001 | 110100 |
Color Harmonies of #80CB3F
Complementary color
Monochromatic Colors of #80CB3F
Black with #80CB3F
Text Example
Text Example
White with #80CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB3F; }
p { color: rgb(128,203,63); }
H1.HeaderClassName
{
color: #80CB3F;
}
.AnyTagClassName
{
color: #80CB3F;
}
</style>
background-color css
<style>
a { background-color: #80CB3F; }
a { background-color: rgb(128,203,63); }
div.DivClassName
{
background-color: #80CB3F;
}
.BgClassName
{
background-color: #80CB3F;
}
</style>
border-color css
<style>
span { border-color: #80CB3F; }
span { border-color: rgb(128,203,63); }
td.TdClassName
{
border-color: #80CB3F;
}
.TagClassName
{
border-color: #80CB3F;
}
</style>