Shades of Mantis #77CB45
Tints of Mantis #77CB45
RGB
CMYK
RGB Variations
Color information
#77CB45 (or 0x77CB45) is known color: Mantis. HEX triplet: 77, CB and 45. RGB value is (119,203,69). Sum of RGB (Red+Green+Blue) = 119+203+69=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB45 is #8834BA. Grayscale: #A3A3A3. Windows color (decimal): -8926395 or 4574071. OLE color: 4574071.
HSL color Cylindrical-coordinate representation of color #77CB45: hue angle of 97.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77CB45 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 69 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.20 |
| HSL | 97.61º | 0.56% | 0.53% | - |
| HSV(B) | 97.61º | 0.66% | 0.8% | - |
| XYZ | 30.04 | 47.06 | 13.13 | - |
| YUV | 162.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 69 | 0.41 | 0 | 0.66 | 0.20 | 97.61 | 0.56 | 0.53 |
| Hex | 77 | CB | 45 | 29 | 0 | 42 | 14 | 62 | 38 | 35 |
| Octal | 167 | 313 | 105 | 51 | 0 | 102 | 24 | 142 | 70 | 65 |
| Binary | 1110111 | 11001011 | 1000101 | 101001 | 0 | 1000010 | 10100 | 1100010 | 111000 | 110101 |
Color Harmonies of #77CB45
Complementary color
Monochromatic Colors of #77CB45
Black with #77CB45
Text Example
Text Example
White with #77CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB45; }
p { color: rgb(119,203,69); }
H1.HeaderClassName
{
color: #77CB45;
}
.AnyTagClassName
{
color: #77CB45;
}
</style>
background-color css
<style>
a { background-color: #77CB45; }
a { background-color: rgb(119,203,69); }
div.DivClassName
{
background-color: #77CB45;
}
.BgClassName
{
background-color: #77CB45;
}
</style>
border-color css
<style>
span { border-color: #77CB45; }
span { border-color: rgb(119,203,69); }
td.TdClassName
{
border-color: #77CB45;
}
.TagClassName
{
border-color: #77CB45;
}
</style>