Shades of Lawn Green #74D412
Tints of Lawn Green #74D412
RGB
CMYK
RGB Variations
Color information
#74D412 (or 0x74D412) is known color: Lawn Green. HEX triplet: 74, D4 and 12. RGB value is (116,212,18). Sum of RGB (Red+Green+Blue) = 116+212+18=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #74D412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D412 is #8B2BED. Grayscale: #A1A1A1. Windows color (decimal): -9120750 or 1234036. OLE color: 1234036.
HSL color Cylindrical-coordinate representation of color #74D412: hue angle of 89.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74D412 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 18 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.17 |
| HSL | 89.69º | 0.84% | 0.45% | - |
| HSV(B) | 89.69º | 0.92% | 0.83% | - |
| XYZ | 30.86 | 50.84 | 8.76 | - |
| YUV | 161.18 | 47.2 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 18 | 0.45 | 0 | 0.92 | 0.17 | 89.69 | 0.84 | 0.45 |
| Hex | 74 | D4 | 12 | 2D | 0 | 5C | 11 | 5A | 54 | 2D |
| Octal | 164 | 324 | 22 | 55 | 0 | 134 | 21 | 132 | 124 | 55 |
| Binary | 1110100 | 11010100 | 10010 | 101101 | 0 | 1011100 | 10001 | 1011010 | 1010100 | 101101 |
Color Harmonies of #74D412
Complementary color
Monochromatic Colors of #74D412
Black with #74D412
Text Example
Text Example
White with #74D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D412; }
p { color: rgb(116,212,18); }
H1.HeaderClassName
{
color: #74D412;
}
.AnyTagClassName
{
color: #74D412;
}
</style>
background-color css
<style>
a { background-color: #74D412; }
a { background-color: rgb(116,212,18); }
div.DivClassName
{
background-color: #74D412;
}
.BgClassName
{
background-color: #74D412;
}
</style>
border-color css
<style>
span { border-color: #74D412; }
span { border-color: rgb(116,212,18); }
td.TdClassName
{
border-color: #74D412;
}
.TagClassName
{
border-color: #74D412;
}
</style>