Shades of Mantis #77C34F
Tints of Mantis #77C34F
RGB
CMYK
RGB Variations
Color information
#77C34F (or 0x77C34F) is known color: Mantis. HEX triplet: 77, C3 and 4F. RGB value is (119,195,79). Sum of RGB (Red+Green+Blue) = 119+195+79=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #77C34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C34F is #883CB0. Grayscale: #9F9F9F. Windows color (decimal): -8928433 or 5227383. OLE color: 5227383.
HSL color Cylindrical-coordinate representation of color #77C34F: hue angle of 99.31º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77C34F is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 79 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.24 |
| HSL | 99.31º | 0.49% | 0.54% | - |
| HSV(B) | 99.31º | 0.59% | 0.76% | - |
| XYZ | 28.53 | 43.52 | 14.29 | - |
| YUV | 159.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 79 | 0.39 | 0 | 0.59 | 0.24 | 99.31 | 0.49 | 0.54 |
| Hex | 77 | C3 | 4F | 27 | 0 | 3B | 18 | 63 | 31 | 36 |
| Octal | 167 | 303 | 117 | 47 | 0 | 73 | 30 | 143 | 61 | 66 |
| Binary | 1110111 | 11000011 | 1001111 | 100111 | 0 | 111011 | 11000 | 1100011 | 110001 | 110110 |
Color Harmonies of #77C34F
Complementary color
Monochromatic Colors of #77C34F
Black with #77C34F
Text Example
Text Example
White with #77C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C34F; }
p { color: rgb(119,195,79); }
H1.HeaderClassName
{
color: #77C34F;
}
.AnyTagClassName
{
color: #77C34F;
}
</style>
background-color css
<style>
a { background-color: #77C34F; }
a { background-color: rgb(119,195,79); }
div.DivClassName
{
background-color: #77C34F;
}
.BgClassName
{
background-color: #77C34F;
}
</style>
border-color css
<style>
span { border-color: #77C34F; }
span { border-color: rgb(119,195,79); }
td.TdClassName
{
border-color: #77C34F;
}
.TagClassName
{
border-color: #77C34F;
}
</style>