Shades of Lawn Green #74D614
Tints of Lawn Green #74D614
RGB
CMYK
RGB Variations
Color information
#74D614 (or 0x74D614) is known color: Lawn Green. HEX triplet: 74, D6 and 14. RGB value is (116,214,20). Sum of RGB (Red+Green+Blue) = 116+214+20=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #74D614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D614 is #8B29EB. Grayscale: #A3A3A3. Windows color (decimal): -9120236 or 1365620. OLE color: 1365620.
HSL color Cylindrical-coordinate representation of color #74D614: hue angle of 90.31º degrees, saturation: 0.83, 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 #74D614 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 20 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.16 |
| HSL | 90.31º | 0.83% | 0.46% | - |
| HSV(B) | 90.31º | 0.91% | 0.84% | - |
| XYZ | 31.38 | 51.86 | 9.02 | - |
| YUV | 162.58 | 47.53 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 20 | 0.46 | 0 | 0.91 | 0.16 | 90.31 | 0.83 | 0.46 |
| Hex | 74 | D6 | 14 | 2E | 0 | 5B | 10 | 5A | 53 | 2E |
| Octal | 164 | 326 | 24 | 56 | 0 | 133 | 20 | 132 | 123 | 56 |
| Binary | 1110100 | 11010110 | 10100 | 101110 | 0 | 1011011 | 10000 | 1011010 | 1010011 | 101110 |
Color Harmonies of #74D614
Complementary color
Monochromatic Colors of #74D614
Black with #74D614
Text Example
Text Example
White with #74D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D614; }
p { color: rgb(116,214,20); }
H1.HeaderClassName
{
color: #74D614;
}
.AnyTagClassName
{
color: #74D614;
}
</style>
background-color css
<style>
a { background-color: #74D614; }
a { background-color: rgb(116,214,20); }
div.DivClassName
{
background-color: #74D614;
}
.BgClassName
{
background-color: #74D614;
}
</style>
border-color css
<style>
span { border-color: #74D614; }
span { border-color: rgb(116,214,20); }
td.TdClassName
{
border-color: #74D614;
}
.TagClassName
{
border-color: #74D614;
}
</style>