Shades of Lima #77D315
Tints of Lima #77D315
RGB
CMYK
RGB Variations
Color information
#77D315 (or 0x77D315) is known color: Lima. HEX triplet: 77, D3 and 15. RGB value is (119,211,21). Sum of RGB (Red+Green+Blue) = 119+211+21=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #77D315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D315 is #882CEA. Grayscale: #A2A2A2. Windows color (decimal): -8924395 or 1430391. OLE color: 1430391.
HSL color Cylindrical-coordinate representation of color #77D315: hue angle of 89.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77D315 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 21 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.17 |
| HSL | 89.05º | 0.82% | 0.45% | - |
| HSV(B) | 89.05º | 0.9% | 0.83% | - |
| XYZ | 31.04 | 50.56 | 8.83 | - |
| YUV | 161.83 | 48.52 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 21 | 0.44 | 0 | 0.90 | 0.17 | 89.05 | 0.82 | 0.45 |
| Hex | 77 | D3 | 15 | 2C | 0 | 5A | 11 | 59 | 52 | 2D |
| Octal | 167 | 323 | 25 | 54 | 0 | 132 | 21 | 131 | 122 | 55 |
| Binary | 1110111 | 11010011 | 10101 | 101100 | 0 | 1011010 | 10001 | 1011001 | 1010010 | 101101 |
Color Harmonies of #77D315
Complementary color
Monochromatic Colors of #77D315
Black with #77D315
Text Example
Text Example
White with #77D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D315; }
p { color: rgb(119,211,21); }
H1.HeaderClassName
{
color: #77D315;
}
.AnyTagClassName
{
color: #77D315;
}
</style>
background-color css
<style>
a { background-color: #77D315; }
a { background-color: rgb(119,211,21); }
div.DivClassName
{
background-color: #77D315;
}
.BgClassName
{
background-color: #77D315;
}
</style>
border-color css
<style>
span { border-color: #77D315; }
span { border-color: rgb(119,211,21); }
td.TdClassName
{
border-color: #77D315;
}
.TagClassName
{
border-color: #77D315;
}
</style>