Shades of Lawn Green #74D511
Tints of Lawn Green #74D511
RGB
CMYK
RGB Variations
Color information
#74D511 (or 0x74D511) is known color: Lawn Green. HEX triplet: 74, D5 and 11. RGB value is (116,213,17). Sum of RGB (Red+Green+Blue) = 116+213+17=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #74D511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D511 is #8B2AEE. Grayscale: #A2A2A2. Windows color (decimal): -9120495 or 1168756. OLE color: 1168756.
HSL color Cylindrical-coordinate representation of color #74D511: hue angle of 89.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74D511 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 17 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.16 |
| HSL | 89.69º | 0.85% | 0.45% | - |
| HSV(B) | 89.69º | 0.92% | 0.84% | - |
| XYZ | 31.1 | 51.34 | 8.8 | - |
| YUV | 161.65 | 46.36 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 17 | 0.46 | 0 | 0.92 | 0.16 | 89.69 | 0.85 | 0.45 |
| Hex | 74 | D5 | 11 | 2E | 0 | 5C | 10 | 5A | 55 | 2D |
| Octal | 164 | 325 | 21 | 56 | 0 | 134 | 20 | 132 | 125 | 55 |
| Binary | 1110100 | 11010101 | 10001 | 101110 | 0 | 1011100 | 10000 | 1011010 | 1010101 | 101101 |
Color Harmonies of #74D511
Complementary color
Monochromatic Colors of #74D511
Black with #74D511
Text Example
Text Example
White with #74D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D511; }
p { color: rgb(116,213,17); }
H1.HeaderClassName
{
color: #74D511;
}
.AnyTagClassName
{
color: #74D511;
}
</style>
background-color css
<style>
a { background-color: #74D511; }
a { background-color: rgb(116,213,17); }
div.DivClassName
{
background-color: #74D511;
}
.BgClassName
{
background-color: #74D511;
}
</style>
border-color css
<style>
span { border-color: #74D511; }
span { border-color: rgb(116,213,17); }
td.TdClassName
{
border-color: #74D511;
}
.TagClassName
{
border-color: #74D511;
}
</style>