Shades of Lawn Green #74D814
Tints of Lawn Green #74D814
RGB
CMYK
RGB Variations
Color information
#74D814 (or 0x74D814) is known color: Lawn Green. HEX triplet: 74, D8 and 14. RGB value is (116,216,20). Sum of RGB (Red+Green+Blue) = 116+216+20=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #74D814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D814 is #8B27EB. Grayscale: #A4A4A4. Windows color (decimal): -9119724 or 1366132. OLE color: 1366132.
HSL color Cylindrical-coordinate representation of color #74D814: hue angle of 90.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74D814 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 20 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.15 |
| HSL | 90.61º | 0.83% | 0.46% | - |
| HSV(B) | 90.61º | 0.91% | 0.85% | - |
| XYZ | 31.88 | 52.88 | 9.19 | - |
| YUV | 163.76 | 46.87 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 20 | 0.46 | 0 | 0.91 | 0.15 | 90.61 | 0.83 | 0.46 |
| Hex | 74 | D8 | 14 | 2E | 0 | 5B | F | 5B | 53 | 2E |
| Octal | 164 | 330 | 24 | 56 | 0 | 133 | 17 | 133 | 123 | 56 |
| Binary | 1110100 | 11011000 | 10100 | 101110 | 0 | 1011011 | 1111 | 1011011 | 1010011 | 101110 |
Color Harmonies of #74D814
Complementary color
Monochromatic Colors of #74D814
Black with #74D814
Text Example
Text Example
White with #74D814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D814; }
p { color: rgb(116,216,20); }
H1.HeaderClassName
{
color: #74D814;
}
.AnyTagClassName
{
color: #74D814;
}
</style>
background-color css
<style>
a { background-color: #74D814; }
a { background-color: rgb(116,216,20); }
div.DivClassName
{
background-color: #74D814;
}
.BgClassName
{
background-color: #74D814;
}
</style>
border-color css
<style>
span { border-color: #74D814; }
span { border-color: rgb(116,216,20); }
td.TdClassName
{
border-color: #74D814;
}
.TagClassName
{
border-color: #74D814;
}
</style>