Shades of Lawn Green #74DB12
Tints of Lawn Green #74DB12
RGB
CMYK
RGB Variations
Color information
#74DB12 (or 0x74DB12) is known color: Lawn Green. HEX triplet: 74, DB and 12. RGB value is (116,219,18). Sum of RGB (Red+Green+Blue) = 116+219+18=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 219 (85.94% from 255 or 62.04% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DB12 is #8B24ED. Grayscale: #A5A5A5. Windows color (decimal): -9118958 or 1235828. OLE color: 1235828.
HSL color Cylindrical-coordinate representation of color #74DB12: hue angle of 90.75º degrees, saturation: 0.85, 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 #74DB12 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 18 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.14 |
| HSL | 90.75º | 0.85% | 0.46% | - |
| HSV(B) | 90.75º | 0.92% | 0.86% | - |
| XYZ | 32.64 | 54.42 | 9.36 | - |
| YUV | 165.29 | 44.88 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 18 | 0.47 | 0 | 0.92 | 0.14 | 90.75 | 0.85 | 0.46 |
| Hex | 74 | DB | 12 | 2F | 0 | 5C | E | 5B | 55 | 2E |
| Octal | 164 | 333 | 22 | 57 | 0 | 134 | 16 | 133 | 125 | 56 |
| Binary | 1110100 | 11011011 | 10010 | 101111 | 0 | 1011100 | 1110 | 1011011 | 1010101 | 101110 |
Color Harmonies of #74DB12
Complementary color
Monochromatic Colors of #74DB12
Black with #74DB12
Text Example
Text Example
White with #74DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB12; }
p { color: rgb(116,219,18); }
H1.HeaderClassName
{
color: #74DB12;
}
.AnyTagClassName
{
color: #74DB12;
}
</style>
background-color css
<style>
a { background-color: #74DB12; }
a { background-color: rgb(116,219,18); }
div.DivClassName
{
background-color: #74DB12;
}
.BgClassName
{
background-color: #74DB12;
}
</style>
border-color css
<style>
span { border-color: #74DB12; }
span { border-color: rgb(116,219,18); }
td.TdClassName
{
border-color: #74DB12;
}
.TagClassName
{
border-color: #74DB12;
}
</style>