Shades of Mantis #77C75F
Tints of Mantis #77C75F
RGB
CMYK
RGB Variations
Color information
#77C75F (or 0x77C75F) is known color: Mantis. HEX triplet: 77, C7 and 5F. RGB value is (119,199,95). Sum of RGB (Red+Green+Blue) = 119+199+95=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #77C75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C75F is #8838A0. Grayscale: #A3A3A3. Windows color (decimal): -8927393 or 6276983. OLE color: 6276983.
HSL color Cylindrical-coordinate representation of color #77C75F: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77C75F is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 95 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.22 |
| HSL | 106.15º | 0.48% | 0.58% | - |
| HSV(B) | 106.15º | 0.52% | 0.78% | - |
| XYZ | 30.1 | 45.6 | 18.04 | - |
| YUV | 163.22 | 89.5 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 95 | 0.40 | 0 | 0.52 | 0.22 | 106.15 | 0.48 | 0.58 |
| Hex | 77 | C7 | 5F | 28 | 0 | 34 | 16 | 6A | 30 | 3A |
| Octal | 167 | 307 | 137 | 50 | 0 | 64 | 26 | 152 | 60 | 72 |
| Binary | 1110111 | 11000111 | 1011111 | 101000 | 0 | 110100 | 10110 | 1101010 | 110000 | 111010 |
Color Harmonies of #77C75F
Complementary color
Monochromatic Colors of #77C75F
Black with #77C75F
Text Example
Text Example
White with #77C75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C75F; }
p { color: rgb(119,199,95); }
H1.HeaderClassName
{
color: #77C75F;
}
.AnyTagClassName
{
color: #77C75F;
}
</style>
background-color css
<style>
a { background-color: #77C75F; }
a { background-color: rgb(119,199,95); }
div.DivClassName
{
background-color: #77C75F;
}
.BgClassName
{
background-color: #77C75F;
}
</style>
border-color css
<style>
span { border-color: #77C75F; }
span { border-color: rgb(119,199,95); }
td.TdClassName
{
border-color: #77C75F;
}
.TagClassName
{
border-color: #77C75F;
}
</style>