Shades of Mantis #77C24B
Tints of Mantis #77C24B
RGB
CMYK
RGB Variations
Color information
#77C24B (or 0x77C24B) is known color: Mantis. HEX triplet: 77, C2 and 4B. RGB value is (119,194,75). Sum of RGB (Red+Green+Blue) = 119+194+75=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #77C24B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C24B is #883DB4. Grayscale: #9E9E9E. Windows color (decimal): -8928693 or 4964983. OLE color: 4964983.
HSL color Cylindrical-coordinate representation of color #77C24B: hue angle of 97.82º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77C24B is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 75 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.24 |
| HSL | 97.82º | 0.49% | 0.53% | - |
| HSV(B) | 97.82º | 0.61% | 0.76% | - |
| XYZ | 28.17 | 43.01 | 13.47 | - |
| YUV | 158.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 75 | 0.39 | 0 | 0.61 | 0.24 | 97.82 | 0.49 | 0.53 |
| Hex | 77 | C2 | 4B | 27 | 0 | 3D | 18 | 62 | 31 | 35 |
| Octal | 167 | 302 | 113 | 47 | 0 | 75 | 30 | 142 | 61 | 65 |
| Binary | 1110111 | 11000010 | 1001011 | 100111 | 0 | 111101 | 11000 | 1100010 | 110001 | 110101 |
Color Harmonies of #77C24B
Complementary color
Monochromatic Colors of #77C24B
Black with #77C24B
Text Example
Text Example
White with #77C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C24B; }
p { color: rgb(119,194,75); }
H1.HeaderClassName
{
color: #77C24B;
}
.AnyTagClassName
{
color: #77C24B;
}
</style>
background-color css
<style>
a { background-color: #77C24B; }
a { background-color: rgb(119,194,75); }
div.DivClassName
{
background-color: #77C24B;
}
.BgClassName
{
background-color: #77C24B;
}
</style>
border-color css
<style>
span { border-color: #77C24B; }
span { border-color: rgb(119,194,75); }
td.TdClassName
{
border-color: #77C24B;
}
.TagClassName
{
border-color: #77C24B;
}
</style>