Shades of Mantis #77CB44
Tints of Mantis #77CB44
RGB
CMYK
RGB Variations
Color information
#77CB44 (or 0x77CB44) is known color: Mantis. HEX triplet: 77, CB and 44. RGB value is (119,203,68). Sum of RGB (Red+Green+Blue) = 119+203+68=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB44 is #8834BB. Grayscale: #A2A2A2. Windows color (decimal): -8926396 or 4508535. OLE color: 4508535.
HSL color Cylindrical-coordinate representation of color #77CB44: hue angle of 97.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77CB44 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 68 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.20 |
| HSL | 97.33º | 0.56% | 0.53% | - |
| HSV(B) | 97.33º | 0.67% | 0.8% | - |
| XYZ | 30.01 | 47.05 | 12.97 | - |
| YUV | 162.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 68 | 0.41 | 0 | 0.67 | 0.20 | 97.33 | 0.56 | 0.53 |
| Hex | 77 | CB | 44 | 29 | 0 | 43 | 14 | 61 | 38 | 35 |
| Octal | 167 | 313 | 104 | 51 | 0 | 103 | 24 | 141 | 70 | 65 |
| Binary | 1110111 | 11001011 | 1000100 | 101001 | 0 | 1000011 | 10100 | 1100001 | 111000 | 110101 |
Color Harmonies of #77CB44
Complementary color
Monochromatic Colors of #77CB44
Black with #77CB44
Text Example
Text Example
White with #77CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB44; }
p { color: rgb(119,203,68); }
H1.HeaderClassName
{
color: #77CB44;
}
.AnyTagClassName
{
color: #77CB44;
}
</style>
background-color css
<style>
a { background-color: #77CB44; }
a { background-color: rgb(119,203,68); }
div.DivClassName
{
background-color: #77CB44;
}
.BgClassName
{
background-color: #77CB44;
}
</style>
border-color css
<style>
span { border-color: #77CB44; }
span { border-color: rgb(119,203,68); }
td.TdClassName
{
border-color: #77CB44;
}
.TagClassName
{
border-color: #77CB44;
}
</style>