Shades of Lawn Green #74FA14
Tints of Lawn Green #74FA14
RGB
CMYK
RGB Variations
Color information
#74FA14 (or 0x74FA14) is known color: Lawn Green. HEX triplet: 74, FA and 14. RGB value is (116,250,20). Sum of RGB (Red+Green+Blue) = 116+250+20=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 250 (98.05% from 255 or 64.77% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA14 is #8B05EB. Grayscale: #B8B8B8. Windows color (decimal): -9111020 or 1374836. OLE color: 1374836.
HSL color Cylindrical-coordinate representation of color #74FA14: hue angle of 94.96º 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 #74FA14 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 20 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.02 |
| HSL | 94.96º | 0.96% | 0.53% | - |
| HSV(B) | 94.96º | 0.92% | 0.98% | - |
| XYZ | 41.51 | 72.13 | 12.4 | - |
| YUV | 183.71 | 35.61 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 20 | 0.54 | 0 | 0.92 | 0.02 | 94.96 | 0.96 | 0.53 |
| Hex | 74 | FA | 14 | 36 | 0 | 5C | 2 | 5F | 60 | 35 |
| Octal | 164 | 372 | 24 | 66 | 0 | 134 | 2 | 137 | 140 | 65 |
| Binary | 1110100 | 11111010 | 10100 | 110110 | 0 | 1011100 | 10 | 1011111 | 1100000 | 110101 |
Color Harmonies of #74FA14
Complementary color
Monochromatic Colors of #74FA14
Black with #74FA14
Text Example
Text Example
White with #74FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA14; }
p { color: rgb(116,250,20); }
H1.HeaderClassName
{
color: #74FA14;
}
.AnyTagClassName
{
color: #74FA14;
}
</style>
background-color css
<style>
a { background-color: #74FA14; }
a { background-color: rgb(116,250,20); }
div.DivClassName
{
background-color: #74FA14;
}
.BgClassName
{
background-color: #74FA14;
}
</style>
border-color css
<style>
span { border-color: #74FA14; }
span { border-color: rgb(116,250,20); }
td.TdClassName
{
border-color: #74FA14;
}
.TagClassName
{
border-color: #74FA14;
}
</style>