Shades of Lawn Green #74D815
Tints of Lawn Green #74D815
RGB
CMYK
RGB Variations
Color information
#74D815 (or 0x74D815) is known color: Lawn Green. HEX triplet: 74, D8 and 15. RGB value is (116,216,21). Sum of RGB (Red+Green+Blue) = 116+216+21=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #74D815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D815 is #8B27EA. Grayscale: #A4A4A4. Windows color (decimal): -9119723 or 1431668. OLE color: 1431668.
HSL color Cylindrical-coordinate representation of color #74D815: hue angle of 90.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D815 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.15 |
| HSL | 90.77º | 0.82% | 0.46% | - |
| HSV(B) | 90.77º | 0.9% | 0.85% | - |
| XYZ | 31.89 | 52.88 | 9.24 | - |
| YUV | 163.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 21 | 0.46 | 0 | 0.90 | 0.15 | 90.77 | 0.82 | 0.46 |
| Hex | 74 | D8 | 15 | 2E | 0 | 5A | F | 5B | 52 | 2E |
| Octal | 164 | 330 | 25 | 56 | 0 | 132 | 17 | 133 | 122 | 56 |
| Binary | 1110100 | 11011000 | 10101 | 101110 | 0 | 1011010 | 1111 | 1011011 | 1010010 | 101110 |
Color Harmonies of #74D815
Complementary color
Monochromatic Colors of #74D815
Black with #74D815
Text Example
Text Example
White with #74D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D815; }
p { color: rgb(116,216,21); }
H1.HeaderClassName
{
color: #74D815;
}
.AnyTagClassName
{
color: #74D815;
}
</style>
background-color css
<style>
a { background-color: #74D815; }
a { background-color: rgb(116,216,21); }
div.DivClassName
{
background-color: #74D815;
}
.BgClassName
{
background-color: #74D815;
}
</style>
border-color css
<style>
span { border-color: #74D815; }
span { border-color: rgb(116,216,21); }
td.TdClassName
{
border-color: #74D815;
}
.TagClassName
{
border-color: #74D815;
}
</style>