Shades of Lawn Green #74D613
Tints of Lawn Green #74D613
RGB
CMYK
RGB Variations
Color information
#74D613 (or 0x74D613) is known color: Lawn Green. HEX triplet: 74, D6 and 13. RGB value is (116,214,19). Sum of RGB (Red+Green+Blue) = 116+214+19=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #74D613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D613 is #8B29EC. Grayscale: #A3A3A3. Windows color (decimal): -9120237 or 1300084. OLE color: 1300084.
HSL color Cylindrical-coordinate representation of color #74D613: hue angle of 90.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74D613 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 19 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.16 |
| HSL | 90.15º | 0.84% | 0.46% | - |
| HSV(B) | 90.15º | 0.91% | 0.84% | - |
| XYZ | 31.37 | 51.85 | 8.97 | - |
| YUV | 162.47 | 47.03 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 19 | 0.46 | 0 | 0.91 | 0.16 | 90.15 | 0.84 | 0.46 |
| Hex | 74 | D6 | 13 | 2E | 0 | 5B | 10 | 5A | 54 | 2E |
| Octal | 164 | 326 | 23 | 56 | 0 | 133 | 20 | 132 | 124 | 56 |
| Binary | 1110100 | 11010110 | 10011 | 101110 | 0 | 1011011 | 10000 | 1011010 | 1010100 | 101110 |
Color Harmonies of #74D613
Complementary color
Monochromatic Colors of #74D613
Black with #74D613
Text Example
Text Example
White with #74D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D613; }
p { color: rgb(116,214,19); }
H1.HeaderClassName
{
color: #74D613;
}
.AnyTagClassName
{
color: #74D613;
}
</style>
background-color css
<style>
a { background-color: #74D613; }
a { background-color: rgb(116,214,19); }
div.DivClassName
{
background-color: #74D613;
}
.BgClassName
{
background-color: #74D613;
}
</style>
border-color css
<style>
span { border-color: #74D613; }
span { border-color: rgb(116,214,19); }
td.TdClassName
{
border-color: #74D613;
}
.TagClassName
{
border-color: #74D613;
}
</style>