Shades of Lima #77CF14
Tints of Lima #77CF14
RGB
CMYK
RGB Variations
Color information
#77CF14 (or 0x77CF14) is known color: Lima. HEX triplet: 77, CF and 14. RGB value is (119,207,20). Sum of RGB (Red+Green+Blue) = 119+207+20=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CF14 is #8830EB. Grayscale: #A0A0A0. Windows color (decimal): -8925420 or 1363831. OLE color: 1363831.
HSL color Cylindrical-coordinate representation of color #77CF14: hue angle of 88.24º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77CF14 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 20 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.19 |
| HSL | 88.24º | 0.82% | 0.45% | - |
| HSV(B) | 88.24º | 0.9% | 0.81% | - |
| XYZ | 30.05 | 48.6 | 8.46 | - |
| YUV | 159.37 | 49.35 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 20 | 0.43 | 0 | 0.90 | 0.19 | 88.24 | 0.82 | 0.45 |
| Hex | 77 | CF | 14 | 2B | 0 | 5A | 13 | 58 | 52 | 2D |
| Octal | 167 | 317 | 24 | 53 | 0 | 132 | 23 | 130 | 122 | 55 |
| Binary | 1110111 | 11001111 | 10100 | 101011 | 0 | 1011010 | 10011 | 1011000 | 1010010 | 101101 |
Color Harmonies of #77CF14
Complementary color
Monochromatic Colors of #77CF14
Black with #77CF14
Text Example
Text Example
White with #77CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF14; }
p { color: rgb(119,207,20); }
H1.HeaderClassName
{
color: #77CF14;
}
.AnyTagClassName
{
color: #77CF14;
}
</style>
background-color css
<style>
a { background-color: #77CF14; }
a { background-color: rgb(119,207,20); }
div.DivClassName
{
background-color: #77CF14;
}
.BgClassName
{
background-color: #77CF14;
}
</style>
border-color css
<style>
span { border-color: #77CF14; }
span { border-color: rgb(119,207,20); }
td.TdClassName
{
border-color: #77CF14;
}
.TagClassName
{
border-color: #77CF14;
}
</style>