Shades of Lawn Green #74DD16
Tints of Lawn Green #74DD16
RGB
CMYK
RGB Variations
Color information
#74DD16 (or 0x74DD16) is known color: Lawn Green. HEX triplet: 74, DD and 16. RGB value is (116,221,22). Sum of RGB (Red+Green+Blue) = 116+221+22=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DD16 is #8B22E9. Grayscale: #A7A7A7. Windows color (decimal): -9118442 or 1498484. OLE color: 1498484.
HSL color Cylindrical-coordinate representation of color #74DD16: hue angle of 91.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74DD16 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 22 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.13 |
| HSL | 91.66º | 0.82% | 0.48% | - |
| HSV(B) | 91.66º | 0.9% | 0.87% | - |
| XYZ | 33.2 | 55.48 | 9.72 | - |
| YUV | 166.92 | 46.21 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 22 | 0.48 | 0 | 0.90 | 0.13 | 91.66 | 0.82 | 0.48 |
| Hex | 74 | DD | 16 | 30 | 0 | 5A | D | 5C | 52 | 30 |
| Octal | 164 | 335 | 26 | 60 | 0 | 132 | 15 | 134 | 122 | 60 |
| Binary | 1110100 | 11011101 | 10110 | 110000 | 0 | 1011010 | 1101 | 1011100 | 1010010 | 110000 |
Color Harmonies of #74DD16
Complementary color
Monochromatic Colors of #74DD16
Black with #74DD16
Text Example
Text Example
White with #74DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD16; }
p { color: rgb(116,221,22); }
H1.HeaderClassName
{
color: #74DD16;
}
.AnyTagClassName
{
color: #74DD16;
}
</style>
background-color css
<style>
a { background-color: #74DD16; }
a { background-color: rgb(116,221,22); }
div.DivClassName
{
background-color: #74DD16;
}
.BgClassName
{
background-color: #74DD16;
}
</style>
border-color css
<style>
span { border-color: #74DD16; }
span { border-color: rgb(116,221,22); }
td.TdClassName
{
border-color: #74DD16;
}
.TagClassName
{
border-color: #74DD16;
}
</style>