Shades of Mantis #77CB49
Tints of Mantis #77CB49
RGB
CMYK
RGB Variations
Color information
#77CB49 (or 0x77CB49) is known color: Mantis. HEX triplet: 77, CB and 49. RGB value is (119,203,73). Sum of RGB (Red+Green+Blue) = 119+203+73=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB49 is #8834B6. Grayscale: #A3A3A3. Windows color (decimal): -8926391 or 4836215. OLE color: 4836215.
HSL color Cylindrical-coordinate representation of color #77CB49: hue angle of 98.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77CB49 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 73 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.20 |
| HSL | 98.77º | 0.56% | 0.54% | - |
| HSV(B) | 98.77º | 0.64% | 0.8% | - |
| XYZ | 30.17 | 47.11 | 13.81 | - |
| YUV | 163.06 | 77.17 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 73 | 0.41 | 0 | 0.64 | 0.20 | 98.77 | 0.56 | 0.54 |
| Hex | 77 | CB | 49 | 29 | 0 | 40 | 14 | 63 | 38 | 36 |
| Octal | 167 | 313 | 111 | 51 | 0 | 100 | 24 | 143 | 70 | 66 |
| Binary | 1110111 | 11001011 | 1001001 | 101001 | 0 | 1000000 | 10100 | 1100011 | 111000 | 110110 |
Color Harmonies of #77CB49
Complementary color
Monochromatic Colors of #77CB49
Black with #77CB49
Text Example
Text Example
White with #77CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB49; }
p { color: rgb(119,203,73); }
H1.HeaderClassName
{
color: #77CB49;
}
.AnyTagClassName
{
color: #77CB49;
}
</style>
background-color css
<style>
a { background-color: #77CB49; }
a { background-color: rgb(119,203,73); }
div.DivClassName
{
background-color: #77CB49;
}
.BgClassName
{
background-color: #77CB49;
}
</style>
border-color css
<style>
span { border-color: #77CB49; }
span { border-color: rgb(119,203,73); }
td.TdClassName
{
border-color: #77CB49;
}
.TagClassName
{
border-color: #77CB49;
}
</style>