Shades of Mantis #77CC5A
Tints of Mantis #77CC5A
RGB
CMYK
RGB Variations
Color information
#77CC5A (or 0x77CC5A) is known color: Mantis. HEX triplet: 77, CC and 5A. RGB value is (119,204,90). Sum of RGB (Red+Green+Blue) = 119+204+90=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC5A is #8833A5. Grayscale: #A5A5A5. Windows color (decimal): -8926118 or 5950583. OLE color: 5950583.
HSL color Cylindrical-coordinate representation of color #77CC5A: hue angle of 104.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77CC5A is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 90 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.2 |
| HSL | 104.74º | 0.53% | 0.58% | - |
| HSV(B) | 104.74º | 0.56% | 0.8% | - |
| XYZ | 31.05 | 47.85 | 17.27 | - |
| YUV | 165.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 90 | 0.42 | 0 | 0.56 | 0.2 | 104.74 | 0.53 | 0.58 |
| Hex | 77 | CC | 5A | 2A | 0 | 38 | 14 | 69 | 35 | 3A |
| Octal | 167 | 314 | 132 | 52 | 0 | 70 | 24 | 151 | 65 | 72 |
| Binary | 1110111 | 11001100 | 1011010 | 101010 | 0 | 111000 | 10100 | 1101001 | 110101 | 111010 |
Color Harmonies of #77CC5A
Complementary color
Monochromatic Colors of #77CC5A
Black with #77CC5A
Text Example
Text Example
White with #77CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC5A; }
p { color: rgb(119,204,90); }
H1.HeaderClassName
{
color: #77CC5A;
}
.AnyTagClassName
{
color: #77CC5A;
}
</style>
background-color css
<style>
a { background-color: #77CC5A; }
a { background-color: rgb(119,204,90); }
div.DivClassName
{
background-color: #77CC5A;
}
.BgClassName
{
background-color: #77CC5A;
}
</style>
border-color css
<style>
span { border-color: #77CC5A; }
span { border-color: rgb(119,204,90); }
td.TdClassName
{
border-color: #77CC5A;
}
.TagClassName
{
border-color: #77CC5A;
}
</style>