Shades of Mantis #77CA40
Tints of Mantis #77CA40
RGB
CMYK
RGB Variations
Color information
#77CA40 (or 0x77CA40) is known color: Mantis. HEX triplet: 77, CA and 40. RGB value is (119,202,64). Sum of RGB (Red+Green+Blue) = 119+202+64=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA40 is #8835BF. Grayscale: #A1A1A1. Windows color (decimal): -8926656 or 4246135. OLE color: 4246135.
HSL color Cylindrical-coordinate representation of color #77CA40: hue angle of 96.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77CA40 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 64 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.21 |
| HSL | 96.09º | 0.57% | 0.52% | - |
| HSV(B) | 96.09º | 0.68% | 0.79% | - |
| XYZ | 29.65 | 46.53 | 12.27 | - |
| YUV | 161.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 64 | 0.41 | 0 | 0.68 | 0.21 | 96.09 | 0.57 | 0.52 |
| Hex | 77 | CA | 40 | 29 | 0 | 44 | 15 | 60 | 39 | 34 |
| Octal | 167 | 312 | 100 | 51 | 0 | 104 | 25 | 140 | 71 | 64 |
| Binary | 1110111 | 11001010 | 1000000 | 101001 | 0 | 1000100 | 10101 | 1100000 | 111001 | 110100 |
Color Harmonies of #77CA40
Complementary color
Monochromatic Colors of #77CA40
Black with #77CA40
Text Example
Text Example
White with #77CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA40; }
p { color: rgb(119,202,64); }
H1.HeaderClassName
{
color: #77CA40;
}
.AnyTagClassName
{
color: #77CA40;
}
</style>
background-color css
<style>
a { background-color: #77CA40; }
a { background-color: rgb(119,202,64); }
div.DivClassName
{
background-color: #77CA40;
}
.BgClassName
{
background-color: #77CA40;
}
</style>
border-color css
<style>
span { border-color: #77CA40; }
span { border-color: rgb(119,202,64); }
td.TdClassName
{
border-color: #77CA40;
}
.TagClassName
{
border-color: #77CA40;
}
</style>