Shades of Mantis #80CA6B
Tints of Mantis #80CA6B
RGB
CMYK
RGB Variations
Color information
#80CA6B (or 0x80CA6B) is known color: Mantis. HEX triplet: 80, CA and 6B. RGB value is (128,202,107). Sum of RGB (Red+Green+Blue) = 128+202+107=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA6B is #7F3594. Grayscale: #A9A9A9. Windows color (decimal): -8336789 or 7064192. OLE color: 7064192.
HSL color Cylindrical-coordinate representation of color #80CA6B: hue angle of 106.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CA6B is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 107 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.21 |
| HSL | 106.74º | 0.47% | 0.61% | - |
| HSV(B) | 106.74º | 0.47% | 0.79% | - |
| XYZ | 32.68 | 47.89 | 21.43 | - |
| YUV | 169.04 | 92.98 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 107 | 0.37 | 0 | 0.47 | 0.21 | 106.74 | 0.47 | 0.61 |
| Hex | 80 | CA | 6B | 25 | 0 | 2F | 15 | 6B | 2F | 3D |
| Octal | 200 | 312 | 153 | 45 | 0 | 57 | 25 | 153 | 57 | 75 |
| Binary | 10000000 | 11001010 | 1101011 | 100101 | 0 | 101111 | 10101 | 1101011 | 101111 | 111101 |
Color Harmonies of #80CA6B
Complementary color
Monochromatic Colors of #80CA6B
Black with #80CA6B
Text Example
Text Example
White with #80CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA6B; }
p { color: rgb(128,202,107); }
H1.HeaderClassName
{
color: #80CA6B;
}
.AnyTagClassName
{
color: #80CA6B;
}
</style>
background-color css
<style>
a { background-color: #80CA6B; }
a { background-color: rgb(128,202,107); }
div.DivClassName
{
background-color: #80CA6B;
}
.BgClassName
{
background-color: #80CA6B;
}
</style>
border-color css
<style>
span { border-color: #80CA6B; }
span { border-color: rgb(128,202,107); }
td.TdClassName
{
border-color: #80CA6B;
}
.TagClassName
{
border-color: #80CA6B;
}
</style>