Shades of Mantis #77D658
Tints of Mantis #77D658
RGB
CMYK
RGB Variations
Color information
#77D658 (or 0x77D658) is known color: Mantis. HEX triplet: 77, D6 and 58. RGB value is (119,214,88). Sum of RGB (Red+Green+Blue) = 119+214+88=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #77D658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D658 is #8829A7. Grayscale: #ABABAB. Windows color (decimal): -8923560 or 5822071. OLE color: 5822071.
HSL color Cylindrical-coordinate representation of color #77D658: hue angle of 105.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77D658 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 214 | 88 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.16 |
| HSL | 105.24º | 0.61% | 0.59% | - |
| HSV(B) | 105.24º | 0.59% | 0.84% | - |
| XYZ | 33.42 | 52.72 | 17.65 | - |
| YUV | 171.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 214 | 88 | 0.44 | 0 | 0.59 | 0.16 | 105.24 | 0.61 | 0.59 |
| Hex | 77 | D6 | 58 | 2C | 0 | 3B | 10 | 69 | 3D | 3B |
| Octal | 167 | 326 | 130 | 54 | 0 | 73 | 20 | 151 | 75 | 73 |
| Binary | 1110111 | 11010110 | 1011000 | 101100 | 0 | 111011 | 10000 | 1101001 | 111101 | 111011 |
Color Harmonies of #77D658
Complementary color
Monochromatic Colors of #77D658
Black with #77D658
Text Example
Text Example
White with #77D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D658; }
p { color: rgb(119,214,88); }
H1.HeaderClassName
{
color: #77D658;
}
.AnyTagClassName
{
color: #77D658;
}
</style>
background-color css
<style>
a { background-color: #77D658; }
a { background-color: rgb(119,214,88); }
div.DivClassName
{
background-color: #77D658;
}
.BgClassName
{
background-color: #77D658;
}
</style>
border-color css
<style>
span { border-color: #77D658; }
span { border-color: rgb(119,214,88); }
td.TdClassName
{
border-color: #77D658;
}
.TagClassName
{
border-color: #77D658;
}
</style>