Shades of Lima #77D421
Tints of Lima #77D421
RGB
CMYK
RGB Variations
Color information
#77D421 (or 0x77D421) is known color: Lima. HEX triplet: 77, D4 and 21. RGB value is (119,212,33). Sum of RGB (Red+Green+Blue) = 119+212+33=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #77D421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D421 is #882BDE. Grayscale: #A4A4A4. Windows color (decimal): -8924127 or 2217079. OLE color: 2217079.
HSL color Cylindrical-coordinate representation of color #77D421: hue angle of 91.17º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77D421 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 212 | 33 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.17 |
| HSL | 91.17º | 0.73% | 0.48% | - |
| HSV(B) | 91.17º | 0.84% | 0.83% | - |
| XYZ | 31.43 | 51.12 | 9.65 | - |
| YUV | 163.79 | 54.19 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 212 | 33 | 0.44 | 0 | 0.84 | 0.17 | 91.17 | 0.73 | 0.48 |
| Hex | 77 | D4 | 21 | 2C | 0 | 54 | 11 | 5B | 49 | 30 |
| Octal | 167 | 324 | 41 | 54 | 0 | 124 | 21 | 133 | 111 | 60 |
| Binary | 1110111 | 11010100 | 100001 | 101100 | 0 | 1010100 | 10001 | 1011011 | 1001001 | 110000 |
Color Harmonies of #77D421
Complementary color
Monochromatic Colors of #77D421
Black with #77D421
Text Example
Text Example
White with #77D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D421; }
p { color: rgb(119,212,33); }
H1.HeaderClassName
{
color: #77D421;
}
.AnyTagClassName
{
color: #77D421;
}
</style>
background-color css
<style>
a { background-color: #77D421; }
a { background-color: rgb(119,212,33); }
div.DivClassName
{
background-color: #77D421;
}
.BgClassName
{
background-color: #77D421;
}
</style>
border-color css
<style>
span { border-color: #77D421; }
span { border-color: rgb(119,212,33); }
td.TdClassName
{
border-color: #77D421;
}
.TagClassName
{
border-color: #77D421;
}
</style>