Shades of Mantis #77CF66
Tints of Mantis #77CF66
RGB
CMYK
RGB Variations
Color information
#77CF66 (or 0x77CF66) is known color: Mantis. HEX triplet: 77, CF and 66. RGB value is (119,207,102). Sum of RGB (Red+Green+Blue) = 119+207+102=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CF66 is #883099. Grayscale: #A9A9A9. Windows color (decimal): -8925338 or 6737783. OLE color: 6737783.
HSL color Cylindrical-coordinate representation of color #77CF66: hue angle of 110.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77CF66 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 102 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.19 |
| HSL | 110.29º | 0.52% | 0.61% | - |
| HSV(B) | 110.29º | 0.51% | 0.81% | - |
| XYZ | 32.32 | 49.51 | 20.42 | - |
| YUV | 168.72 | 90.35 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 102 | 0.43 | 0 | 0.51 | 0.19 | 110.29 | 0.52 | 0.61 |
| Hex | 77 | CF | 66 | 2B | 0 | 33 | 13 | 6E | 34 | 3D |
| Octal | 167 | 317 | 146 | 53 | 0 | 63 | 23 | 156 | 64 | 75 |
| Binary | 1110111 | 11001111 | 1100110 | 101011 | 0 | 110011 | 10011 | 1101110 | 110100 | 111101 |
Color Harmonies of #77CF66
Complementary color
Monochromatic Colors of #77CF66
Black with #77CF66
Text Example
Text Example
White with #77CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF66; }
p { color: rgb(119,207,102); }
H1.HeaderClassName
{
color: #77CF66;
}
.AnyTagClassName
{
color: #77CF66;
}
</style>
background-color css
<style>
a { background-color: #77CF66; }
a { background-color: rgb(119,207,102); }
div.DivClassName
{
background-color: #77CF66;
}
.BgClassName
{
background-color: #77CF66;
}
</style>
border-color css
<style>
span { border-color: #77CF66; }
span { border-color: rgb(119,207,102); }
td.TdClassName
{
border-color: #77CF66;
}
.TagClassName
{
border-color: #77CF66;
}
</style>