Shades of Lawn Green #74D616
Tints of Lawn Green #74D616
RGB
CMYK
RGB Variations
Color information
#74D616 (or 0x74D616) is known color: Lawn Green. HEX triplet: 74, D6 and 16. RGB value is (116,214,22). Sum of RGB (Red+Green+Blue) = 116+214+22=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #74D616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D616 is #8B29E9. Grayscale: #A3A3A3. Windows color (decimal): -9120234 or 1496692. OLE color: 1496692.
HSL color Cylindrical-coordinate representation of color #74D616: hue angle of 90.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D616 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 22 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.16 |
| HSL | 90.63º | 0.81% | 0.46% | - |
| HSV(B) | 90.63º | 0.9% | 0.84% | - |
| XYZ | 31.39 | 51.86 | 9.12 | - |
| YUV | 162.81 | 48.53 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 22 | 0.46 | 0 | 0.90 | 0.16 | 90.63 | 0.81 | 0.46 |
| Hex | 74 | D6 | 16 | 2E | 0 | 5A | 10 | 5B | 51 | 2E |
| Octal | 164 | 326 | 26 | 56 | 0 | 132 | 20 | 133 | 121 | 56 |
| Binary | 1110100 | 11010110 | 10110 | 101110 | 0 | 1011010 | 10000 | 1011011 | 1010001 | 101110 |
Color Harmonies of #74D616
Complementary color
Monochromatic Colors of #74D616
Black with #74D616
Text Example
Text Example
White with #74D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D616; }
p { color: rgb(116,214,22); }
H1.HeaderClassName
{
color: #74D616;
}
.AnyTagClassName
{
color: #74D616;
}
</style>
background-color css
<style>
a { background-color: #74D616; }
a { background-color: rgb(116,214,22); }
div.DivClassName
{
background-color: #74D616;
}
.BgClassName
{
background-color: #74D616;
}
</style>
border-color css
<style>
span { border-color: #74D616; }
span { border-color: rgb(116,214,22); }
td.TdClassName
{
border-color: #74D616;
}
.TagClassName
{
border-color: #74D616;
}
</style>