Shades of Lawn Green #74D712
Tints of Lawn Green #74D712
RGB
CMYK
RGB Variations
Color information
#74D712 (or 0x74D712) is known color: Lawn Green. HEX triplet: 74, D7 and 12. RGB value is (116,215,18). Sum of RGB (Red+Green+Blue) = 116+215+18=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #74D712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D712 is #8B28ED. Grayscale: #A3A3A3. Windows color (decimal): -9119982 or 1234804. OLE color: 1234804.
HSL color Cylindrical-coordinate representation of color #74D712: hue angle of 90.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74D712 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 18 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.16 |
| HSL | 90.15º | 0.85% | 0.46% | - |
| HSV(B) | 90.15º | 0.92% | 0.84% | - |
| XYZ | 31.61 | 52.36 | 9.01 | - |
| YUV | 162.94 | 46.2 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 18 | 0.46 | 0 | 0.92 | 0.16 | 90.15 | 0.85 | 0.46 |
| Hex | 74 | D7 | 12 | 2E | 0 | 5C | 10 | 5A | 55 | 2E |
| Octal | 164 | 327 | 22 | 56 | 0 | 134 | 20 | 132 | 125 | 56 |
| Binary | 1110100 | 11010111 | 10010 | 101110 | 0 | 1011100 | 10000 | 1011010 | 1010101 | 101110 |
Color Harmonies of #74D712
Complementary color
Monochromatic Colors of #74D712
Black with #74D712
Text Example
Text Example
White with #74D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D712; }
p { color: rgb(116,215,18); }
H1.HeaderClassName
{
color: #74D712;
}
.AnyTagClassName
{
color: #74D712;
}
</style>
background-color css
<style>
a { background-color: #74D712; }
a { background-color: rgb(116,215,18); }
div.DivClassName
{
background-color: #74D712;
}
.BgClassName
{
background-color: #74D712;
}
</style>
border-color css
<style>
span { border-color: #74D712; }
span { border-color: rgb(116,215,18); }
td.TdClassName
{
border-color: #74D712;
}
.TagClassName
{
border-color: #74D712;
}
</style>