Shades of Mantis #77CA4B
Tints of Mantis #77CA4B
RGB
CMYK
RGB Variations
Color information
#77CA4B (or 0x77CA4B) is known color: Mantis. HEX triplet: 77, CA and 4B. RGB value is (119,202,75). Sum of RGB (Red+Green+Blue) = 119+202+75=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA4B is #8835B4. Grayscale: #A3A3A3. Windows color (decimal): -8926645 or 4967031. OLE color: 4967031.
HSL color Cylindrical-coordinate representation of color #77CA4B: hue angle of 99.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77CA4B is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 75 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.21 |
| HSL | 99.21º | 0.55% | 0.54% | - |
| HSV(B) | 99.21º | 0.63% | 0.79% | - |
| XYZ | 30 | 46.67 | 14.08 | - |
| YUV | 162.71 | 78.5 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 75 | 0.41 | 0 | 0.63 | 0.21 | 99.21 | 0.55 | 0.54 |
| Hex | 77 | CA | 4B | 29 | 0 | 3F | 15 | 63 | 37 | 36 |
| Octal | 167 | 312 | 113 | 51 | 0 | 77 | 25 | 143 | 67 | 66 |
| Binary | 1110111 | 11001010 | 1001011 | 101001 | 0 | 111111 | 10101 | 1100011 | 110111 | 110110 |
Color Harmonies of #77CA4B
Complementary color
Monochromatic Colors of #77CA4B
Black with #77CA4B
Text Example
Text Example
White with #77CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA4B; }
p { color: rgb(119,202,75); }
H1.HeaderClassName
{
color: #77CA4B;
}
.AnyTagClassName
{
color: #77CA4B;
}
</style>
background-color css
<style>
a { background-color: #77CA4B; }
a { background-color: rgb(119,202,75); }
div.DivClassName
{
background-color: #77CA4B;
}
.BgClassName
{
background-color: #77CA4B;
}
</style>
border-color css
<style>
span { border-color: #77CA4B; }
span { border-color: rgb(119,202,75); }
td.TdClassName
{
border-color: #77CA4B;
}
.TagClassName
{
border-color: #77CA4B;
}
</style>