Shades of Lawn Green #74D812
Tints of Lawn Green #74D812
RGB
CMYK
RGB Variations
Color information
#74D812 (or 0x74D812) is known color: Lawn Green. HEX triplet: 74, D8 and 12. RGB value is (116,216,18). Sum of RGB (Red+Green+Blue) = 116+216+18=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #74D812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D812 is #8B27ED. Grayscale: #A4A4A4. Windows color (decimal): -9119726 or 1235060. OLE color: 1235060.
HSL color Cylindrical-coordinate representation of color #74D812: hue angle of 90.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74D812 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 18 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.15 |
| HSL | 90.3º | 0.85% | 0.46% | - |
| HSV(B) | 90.3º | 0.92% | 0.85% | - |
| XYZ | 31.87 | 52.87 | 9.1 | - |
| YUV | 163.53 | 45.87 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 18 | 0.46 | 0 | 0.92 | 0.15 | 90.3 | 0.85 | 0.46 |
| Hex | 74 | D8 | 12 | 2E | 0 | 5C | F | 5A | 55 | 2E |
| Octal | 164 | 330 | 22 | 56 | 0 | 134 | 17 | 132 | 125 | 56 |
| Binary | 1110100 | 11011000 | 10010 | 101110 | 0 | 1011100 | 1111 | 1011010 | 1010101 | 101110 |
Color Harmonies of #74D812
Complementary color
Monochromatic Colors of #74D812
Black with #74D812
Text Example
Text Example
White with #74D812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D812; }
p { color: rgb(116,216,18); }
H1.HeaderClassName
{
color: #74D812;
}
.AnyTagClassName
{
color: #74D812;
}
</style>
background-color css
<style>
a { background-color: #74D812; }
a { background-color: rgb(116,216,18); }
div.DivClassName
{
background-color: #74D812;
}
.BgClassName
{
background-color: #74D812;
}
</style>
border-color css
<style>
span { border-color: #74D812; }
span { border-color: rgb(116,216,18); }
td.TdClassName
{
border-color: #74D812;
}
.TagClassName
{
border-color: #74D812;
}
</style>