Shades of Mantis #80CF6B
Tints of Mantis #80CF6B
RGB
CMYK
RGB Variations
Color information
#80CF6B (or 0x80CF6B) is known color: Mantis. HEX triplet: 80, CF and 6B. RGB value is (128,207,107). Sum of RGB (Red+Green+Blue) = 128+207+107=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF6B is #7F3094. Grayscale: #ACACAC. Windows color (decimal): -8335509 or 7065472. OLE color: 7065472.
HSL color Cylindrical-coordinate representation of color #80CF6B: hue angle of 107.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80CF6B is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 107 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.19 |
| HSL | 107.4º | 0.51% | 0.62% | - |
| HSV(B) | 107.4º | 0.48% | 0.81% | - |
| XYZ | 33.87 | 50.28 | 21.83 | - |
| YUV | 171.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 107 | 0.38 | 0 | 0.48 | 0.19 | 107.4 | 0.51 | 0.62 |
| Hex | 80 | CF | 6B | 26 | 0 | 30 | 13 | 6B | 33 | 3E |
| Octal | 200 | 317 | 153 | 46 | 0 | 60 | 23 | 153 | 63 | 76 |
| Binary | 10000000 | 11001111 | 1101011 | 100110 | 0 | 110000 | 10011 | 1101011 | 110011 | 111110 |
Color Harmonies of #80CF6B
Complementary color
Monochromatic Colors of #80CF6B
Black with #80CF6B
Text Example
Text Example
White with #80CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF6B; }
p { color: rgb(128,207,107); }
H1.HeaderClassName
{
color: #80CF6B;
}
.AnyTagClassName
{
color: #80CF6B;
}
</style>
background-color css
<style>
a { background-color: #80CF6B; }
a { background-color: rgb(128,207,107); }
div.DivClassName
{
background-color: #80CF6B;
}
.BgClassName
{
background-color: #80CF6B;
}
</style>
border-color css
<style>
span { border-color: #80CF6B; }
span { border-color: rgb(128,207,107); }
td.TdClassName
{
border-color: #80CF6B;
}
.TagClassName
{
border-color: #80CF6B;
}
</style>