Shades of Lawn Green #74D40A
Tints of Lawn Green #74D40A
RGB
CMYK
RGB Variations
Color information
#74D40A (or 0x74D40A) is known color: Lawn Green. HEX triplet: 74, D4 and 0A. RGB value is (116,212,10). Sum of RGB (Red+Green+Blue) = 116+212+10=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 212 (83.20% from 255 or 62.72% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 212 - color contains mainly: green. Hex color #74D40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D40A is #8B2BF5. Grayscale: #A0A0A0. Windows color (decimal): -9120758 or 709748. OLE color: 709748.
HSL color Cylindrical-coordinate representation of color #74D40A: hue angle of 88.51º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74D40A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 10 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.17 |
| HSL | 88.51º | 0.91% | 0.44% | - |
| HSV(B) | 88.51º | 0.95% | 0.83% | - |
| XYZ | 30.8 | 50.82 | 8.47 | - |
| YUV | 160.27 | 43.2 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 10 | 0.45 | 0 | 0.95 | 0.17 | 88.51 | 0.91 | 0.44 |
| Hex | 74 | D4 | A | 2D | 0 | 5F | 11 | 59 | 5B | 2C |
| Octal | 164 | 324 | 12 | 55 | 0 | 137 | 21 | 131 | 133 | 54 |
| Binary | 1110100 | 11010100 | 1010 | 101101 | 0 | 1011111 | 10001 | 1011001 | 1011011 | 101100 |
Color Harmonies of #74D40A
Complementary color
Monochromatic Colors of #74D40A
Black with #74D40A
Text Example
Text Example
White with #74D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D40A; }
p { color: rgb(116,212,10); }
H1.HeaderClassName
{
color: #74D40A;
}
.AnyTagClassName
{
color: #74D40A;
}
</style>
background-color css
<style>
a { background-color: #74D40A; }
a { background-color: rgb(116,212,10); }
div.DivClassName
{
background-color: #74D40A;
}
.BgClassName
{
background-color: #74D40A;
}
</style>
border-color css
<style>
span { border-color: #74D40A; }
span { border-color: rgb(116,212,10); }
td.TdClassName
{
border-color: #74D40A;
}
.TagClassName
{
border-color: #74D40A;
}
</style>