Shades of Lawn Green #77FA14
Tints of Lawn Green #77FA14
RGB
CMYK
RGB Variations
Color information
#77FA14 (or 0x77FA14) is known color: Lawn Green. HEX triplet: 77, FA and 14. RGB value is (119,250,20). Sum of RGB (Red+Green+Blue) = 119+250+20=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #77FA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #77FA14 is #8805EB. Grayscale: #B9B9B9. Windows color (decimal): -8914412 or 1374839. OLE color: 1374839.
HSL color Cylindrical-coordinate representation of color #77FA14: hue angle of 94.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77FA14 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 20 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.02 |
| HSL | 94.17º | 0.96% | 0.53% | - |
| HSV(B) | 94.17º | 0.92% | 0.98% | - |
| XYZ | 41.92 | 72.34 | 12.42 | - |
| YUV | 184.61 | 35.1 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 20 | 0.52 | 0 | 0.92 | 0.02 | 94.17 | 0.96 | 0.53 |
| Hex | 77 | FA | 14 | 34 | 0 | 5C | 2 | 5E | 60 | 35 |
| Octal | 167 | 372 | 24 | 64 | 0 | 134 | 2 | 136 | 140 | 65 |
| Binary | 1110111 | 11111010 | 10100 | 110100 | 0 | 1011100 | 10 | 1011110 | 1100000 | 110101 |
Color Harmonies of #77FA14
Complementary color
Monochromatic Colors of #77FA14
Black with #77FA14
Text Example
Text Example
White with #77FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FA14; }
p { color: rgb(119,250,20); }
H1.HeaderClassName
{
color: #77FA14;
}
.AnyTagClassName
{
color: #77FA14;
}
</style>
background-color css
<style>
a { background-color: #77FA14; }
a { background-color: rgb(119,250,20); }
div.DivClassName
{
background-color: #77FA14;
}
.BgClassName
{
background-color: #77FA14;
}
</style>
border-color css
<style>
span { border-color: #77FA14; }
span { border-color: rgb(119,250,20); }
td.TdClassName
{
border-color: #77FA14;
}
.TagClassName
{
border-color: #77FA14;
}
</style>