Shades of Mantis #77CB41
Tints of Mantis #77CB41
RGB
CMYK
RGB Variations
Color information
#77CB41 (or 0x77CB41) is known color: Mantis. HEX triplet: 77, CB and 41. RGB value is (119,203,65). Sum of RGB (Red+Green+Blue) = 119+203+65=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB41 is #8834BE. Grayscale: #A2A2A2. Windows color (decimal): -8926399 or 4311927. OLE color: 4311927.
HSL color Cylindrical-coordinate representation of color #77CB41: hue angle of 96.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77CB41 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 65 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.20 |
| HSL | 96.52º | 0.57% | 0.53% | - |
| HSV(B) | 96.52º | 0.68% | 0.8% | - |
| XYZ | 29.92 | 47.02 | 12.5 | - |
| YUV | 162.15 | 73.17 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 65 | 0.41 | 0 | 0.68 | 0.20 | 96.52 | 0.57 | 0.53 |
| Hex | 77 | CB | 41 | 29 | 0 | 44 | 14 | 61 | 39 | 35 |
| Octal | 167 | 313 | 101 | 51 | 0 | 104 | 24 | 141 | 71 | 65 |
| Binary | 1110111 | 11001011 | 1000001 | 101001 | 0 | 1000100 | 10100 | 1100001 | 111001 | 110101 |
Color Harmonies of #77CB41
Complementary color
Monochromatic Colors of #77CB41
Black with #77CB41
Text Example
Text Example
White with #77CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB41; }
p { color: rgb(119,203,65); }
H1.HeaderClassName
{
color: #77CB41;
}
.AnyTagClassName
{
color: #77CB41;
}
</style>
background-color css
<style>
a { background-color: #77CB41; }
a { background-color: rgb(119,203,65); }
div.DivClassName
{
background-color: #77CB41;
}
.BgClassName
{
background-color: #77CB41;
}
</style>
border-color css
<style>
span { border-color: #77CB41; }
span { border-color: rgb(119,203,65); }
td.TdClassName
{
border-color: #77CB41;
}
.TagClassName
{
border-color: #77CB41;
}
</style>