Shades of Lawn Green #74DB11
Tints of Lawn Green #74DB11
RGB
CMYK
RGB Variations
Color information
#74DB11 (or 0x74DB11) is known color: Lawn Green. HEX triplet: 74, DB and 11. RGB value is (116,219,17). Sum of RGB (Red+Green+Blue) = 116+219+17=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DB11 is #8B24EE. Grayscale: #A5A5A5. Windows color (decimal): -9118959 or 1170292. OLE color: 1170292.
HSL color Cylindrical-coordinate representation of color #74DB11: hue angle of 90.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74DB11 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 17 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.14 |
| HSL | 90.59º | 0.86% | 0.46% | - |
| HSV(B) | 90.59º | 0.92% | 0.86% | - |
| XYZ | 32.64 | 54.42 | 9.31 | - |
| YUV | 165.18 | 44.38 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 17 | 0.47 | 0 | 0.92 | 0.14 | 90.59 | 0.86 | 0.46 |
| Hex | 74 | DB | 11 | 2F | 0 | 5C | E | 5B | 56 | 2E |
| Octal | 164 | 333 | 21 | 57 | 0 | 134 | 16 | 133 | 126 | 56 |
| Binary | 1110100 | 11011011 | 10001 | 101111 | 0 | 1011100 | 1110 | 1011011 | 1010110 | 101110 |
Color Harmonies of #74DB11
Complementary color
Monochromatic Colors of #74DB11
Black with #74DB11
Text Example
Text Example
White with #74DB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB11; }
p { color: rgb(116,219,17); }
H1.HeaderClassName
{
color: #74DB11;
}
.AnyTagClassName
{
color: #74DB11;
}
</style>
background-color css
<style>
a { background-color: #74DB11; }
a { background-color: rgb(116,219,17); }
div.DivClassName
{
background-color: #74DB11;
}
.BgClassName
{
background-color: #74DB11;
}
</style>
border-color css
<style>
span { border-color: #74DB11; }
span { border-color: rgb(116,219,17); }
td.TdClassName
{
border-color: #74DB11;
}
.TagClassName
{
border-color: #74DB11;
}
</style>