Shades of Mantis #77CF60
Tints of Mantis #77CF60
RGB
CMYK
RGB Variations
Color information
#77CF60 (or 0x77CF60) is known color: Mantis. HEX triplet: 77, CF and 60. RGB value is (119,207,96). Sum of RGB (Red+Green+Blue) = 119+207+96=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CF60 is #88309F. Grayscale: #A8A8A8. Windows color (decimal): -8925344 or 6344567. OLE color: 6344567.
HSL color Cylindrical-coordinate representation of color #77CF60: hue angle of 107.57º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77CF60 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 96 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.19 |
| HSL | 107.57º | 0.54% | 0.59% | - |
| HSV(B) | 107.57º | 0.54% | 0.81% | - |
| XYZ | 32.03 | 49.39 | 18.91 | - |
| YUV | 168.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 96 | 0.43 | 0 | 0.54 | 0.19 | 107.57 | 0.54 | 0.59 |
| Hex | 77 | CF | 60 | 2B | 0 | 36 | 13 | 6C | 36 | 3B |
| Octal | 167 | 317 | 140 | 53 | 0 | 66 | 23 | 154 | 66 | 73 |
| Binary | 1110111 | 11001111 | 1100000 | 101011 | 0 | 110110 | 10011 | 1101100 | 110110 | 111011 |
Color Harmonies of #77CF60
Complementary color
Monochromatic Colors of #77CF60
Black with #77CF60
Text Example
Text Example
White with #77CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF60; }
p { color: rgb(119,207,96); }
H1.HeaderClassName
{
color: #77CF60;
}
.AnyTagClassName
{
color: #77CF60;
}
</style>
background-color css
<style>
a { background-color: #77CF60; }
a { background-color: rgb(119,207,96); }
div.DivClassName
{
background-color: #77CF60;
}
.BgClassName
{
background-color: #77CF60;
}
</style>
border-color css
<style>
span { border-color: #77CF60; }
span { border-color: rgb(119,207,96); }
td.TdClassName
{
border-color: #77CF60;
}
.TagClassName
{
border-color: #77CF60;
}
</style>