Shades of Lawn Green #74D910
Tints of Lawn Green #74D910
RGB
CMYK
RGB Variations
Color information
#74D910 (or 0x74D910) is known color: Lawn Green. HEX triplet: 74, D9 and 10. RGB value is (116,217,16). Sum of RGB (Red+Green+Blue) = 116+217+16=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #74D910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D910 is #8B26EF. Grayscale: #A4A4A4. Windows color (decimal): -9119472 or 1104244. OLE color: 1104244.
HSL color Cylindrical-coordinate representation of color #74D910: hue angle of 90.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74D910 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.15 |
| HSL | 90.15º | 0.86% | 0.46% | - |
| HSV(B) | 90.15º | 0.93% | 0.85% | - |
| XYZ | 32.11 | 53.38 | 9.1 | - |
| YUV | 163.89 | 44.54 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 16 | 0.47 | 0 | 0.93 | 0.15 | 90.15 | 0.86 | 0.46 |
| Hex | 74 | D9 | 10 | 2F | 0 | 5D | F | 5A | 56 | 2E |
| Octal | 164 | 331 | 20 | 57 | 0 | 135 | 17 | 132 | 126 | 56 |
| Binary | 1110100 | 11011001 | 10000 | 101111 | 0 | 1011101 | 1111 | 1011010 | 1010110 | 101110 |
Color Harmonies of #74D910
Complementary color
Monochromatic Colors of #74D910
Black with #74D910
Text Example
Text Example
White with #74D910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D910; }
p { color: rgb(116,217,16); }
H1.HeaderClassName
{
color: #74D910;
}
.AnyTagClassName
{
color: #74D910;
}
</style>
background-color css
<style>
a { background-color: #74D910; }
a { background-color: rgb(116,217,16); }
div.DivClassName
{
background-color: #74D910;
}
.BgClassName
{
background-color: #74D910;
}
</style>
border-color css
<style>
span { border-color: #74D910; }
span { border-color: rgb(116,217,16); }
td.TdClassName
{
border-color: #74D910;
}
.TagClassName
{
border-color: #74D910;
}
</style>