Shades of Lima #77CC16
Tints of Lima #77CC16
RGB
CMYK
RGB Variations
Color information
#77CC16 (or 0x77CC16) is known color: Lima. HEX triplet: 77, CC and 16. RGB value is (119,204,22). Sum of RGB (Red+Green+Blue) = 119+204+22=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC16 is #8833E9. Grayscale: #9E9E9E. Windows color (decimal): -8926186 or 1494135. OLE color: 1494135.
HSL color Cylindrical-coordinate representation of color #77CC16: hue angle of 88.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77CC16 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 22 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.2 |
| HSL | 88.02º | 0.81% | 0.44% | - |
| HSV(B) | 88.02º | 0.89% | 0.8% | - |
| XYZ | 29.35 | 47.17 | 8.32 | - |
| YUV | 157.84 | 51.34 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 22 | 0.42 | 0 | 0.89 | 0.2 | 88.02 | 0.81 | 0.44 |
| Hex | 77 | CC | 16 | 2A | 0 | 59 | 14 | 58 | 51 | 2C |
| Octal | 167 | 314 | 26 | 52 | 0 | 131 | 24 | 130 | 121 | 54 |
| Binary | 1110111 | 11001100 | 10110 | 101010 | 0 | 1011001 | 10100 | 1011000 | 1010001 | 101100 |
Color Harmonies of #77CC16
Complementary color
Monochromatic Colors of #77CC16
Black with #77CC16
Text Example
Text Example
White with #77CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC16; }
p { color: rgb(119,204,22); }
H1.HeaderClassName
{
color: #77CC16;
}
.AnyTagClassName
{
color: #77CC16;
}
</style>
background-color css
<style>
a { background-color: #77CC16; }
a { background-color: rgb(119,204,22); }
div.DivClassName
{
background-color: #77CC16;
}
.BgClassName
{
background-color: #77CC16;
}
</style>
border-color css
<style>
span { border-color: #77CC16; }
span { border-color: rgb(119,204,22); }
td.TdClassName
{
border-color: #77CC16;
}
.TagClassName
{
border-color: #77CC16;
}
</style>