Shades of Mantis #77CB65
Tints of Mantis #77CB65
RGB
CMYK
RGB Variations
Color information
#77CB65 (or 0x77CB65) is known color: Mantis. HEX triplet: 77, CB and 65. RGB value is (119,203,101). Sum of RGB (Red+Green+Blue) = 119+203+101=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CB65 is #88349A. Grayscale: #A6A6A6. Windows color (decimal): -8926363 or 6671223. OLE color: 6671223.
HSL color Cylindrical-coordinate representation of color #77CB65: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77CB65 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 101 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.20 |
| HSL | 109.41º | 0.5% | 0.6% | - |
| HSV(B) | 109.41º | 0.5% | 0.8% | - |
| XYZ | 31.31 | 47.57 | 19.84 | - |
| YUV | 166.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 101 | 0.41 | 0 | 0.50 | 0.20 | 109.41 | 0.5 | 0.6 |
| Hex | 77 | CB | 65 | 29 | 0 | 32 | 14 | 6D | 32 | 3C |
| Octal | 167 | 313 | 145 | 51 | 0 | 62 | 24 | 155 | 62 | 74 |
| Binary | 1110111 | 11001011 | 1100101 | 101001 | 0 | 110010 | 10100 | 1101101 | 110010 | 111100 |
Color Harmonies of #77CB65
Complementary color
Monochromatic Colors of #77CB65
Black with #77CB65
Text Example
Text Example
White with #77CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB65; }
p { color: rgb(119,203,101); }
H1.HeaderClassName
{
color: #77CB65;
}
.AnyTagClassName
{
color: #77CB65;
}
</style>
background-color css
<style>
a { background-color: #77CB65; }
a { background-color: rgb(119,203,101); }
div.DivClassName
{
background-color: #77CB65;
}
.BgClassName
{
background-color: #77CB65;
}
</style>
border-color css
<style>
span { border-color: #77CB65; }
span { border-color: rgb(119,203,101); }
td.TdClassName
{
border-color: #77CB65;
}
.TagClassName
{
border-color: #77CB65;
}
</style>