Shades of Mantis #77CA4F
Tints of Mantis #77CA4F
RGB
CMYK
RGB Variations
Color information
#77CA4F (or 0x77CA4F) is known color: Mantis. HEX triplet: 77, CA and 4F. RGB value is (119,202,79). Sum of RGB (Red+Green+Blue) = 119+202+79=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CA4F is #8835B0. Grayscale: #A3A3A3. Windows color (decimal): -8926641 or 5229175. OLE color: 5229175.
HSL color Cylindrical-coordinate representation of color #77CA4F: hue angle of 100.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77CA4F is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 79 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.21 |
| HSL | 100.49º | 0.54% | 0.55% | - |
| HSV(B) | 100.49º | 0.61% | 0.79% | - |
| XYZ | 30.14 | 46.73 | 14.83 | - |
| YUV | 163.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 79 | 0.41 | 0 | 0.61 | 0.21 | 100.49 | 0.54 | 0.55 |
| Hex | 77 | CA | 4F | 29 | 0 | 3D | 15 | 64 | 36 | 37 |
| Octal | 167 | 312 | 117 | 51 | 0 | 75 | 25 | 144 | 66 | 67 |
| Binary | 1110111 | 11001010 | 1001111 | 101001 | 0 | 111101 | 10101 | 1100100 | 110110 | 110111 |
Color Harmonies of #77CA4F
Complementary color
Monochromatic Colors of #77CA4F
Black with #77CA4F
Text Example
Text Example
White with #77CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA4F; }
p { color: rgb(119,202,79); }
H1.HeaderClassName
{
color: #77CA4F;
}
.AnyTagClassName
{
color: #77CA4F;
}
</style>
background-color css
<style>
a { background-color: #77CA4F; }
a { background-color: rgb(119,202,79); }
div.DivClassName
{
background-color: #77CA4F;
}
.BgClassName
{
background-color: #77CA4F;
}
</style>
border-color css
<style>
span { border-color: #77CA4F; }
span { border-color: rgb(119,202,79); }
td.TdClassName
{
border-color: #77CA4F;
}
.TagClassName
{
border-color: #77CA4F;
}
</style>