Shades of Lima #77CF11
Tints of Lima #77CF11
RGB
CMYK
RGB Variations
Color information
#77CF11 (or 0x77CF11) is known color: Lima. HEX triplet: 77, CF and 11. RGB value is (119,207,17). Sum of RGB (Red+Green+Blue) = 119+207+17=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CF11 is #8830EE. Grayscale: #9F9F9F. Windows color (decimal): -8925423 or 1167223. OLE color: 1167223.
HSL color Cylindrical-coordinate representation of color #77CF11: hue angle of 87.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77CF11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 17 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.19 |
| HSL | 87.79º | 0.85% | 0.44% | - |
| HSV(B) | 87.79º | 0.92% | 0.81% | - |
| XYZ | 30.02 | 48.59 | 8.33 | - |
| YUV | 159.03 | 47.85 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 17 | 0.43 | 0 | 0.92 | 0.19 | 87.79 | 0.85 | 0.44 |
| Hex | 77 | CF | 11 | 2B | 0 | 5C | 13 | 58 | 55 | 2C |
| Octal | 167 | 317 | 21 | 53 | 0 | 134 | 23 | 130 | 125 | 54 |
| Binary | 1110111 | 11001111 | 10001 | 101011 | 0 | 1011100 | 10011 | 1011000 | 1010101 | 101100 |
Color Harmonies of #77CF11
Complementary color
Monochromatic Colors of #77CF11
Black with #77CF11
Text Example
Text Example
White with #77CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF11; }
p { color: rgb(119,207,17); }
H1.HeaderClassName
{
color: #77CF11;
}
.AnyTagClassName
{
color: #77CF11;
}
</style>
background-color css
<style>
a { background-color: #77CF11; }
a { background-color: rgb(119,207,17); }
div.DivClassName
{
background-color: #77CF11;
}
.BgClassName
{
background-color: #77CF11;
}
</style>
border-color css
<style>
span { border-color: #77CF11; }
span { border-color: rgb(119,207,17); }
td.TdClassName
{
border-color: #77CF11;
}
.TagClassName
{
border-color: #77CF11;
}
</style>