Shades of Lawn Green #74D60C
Tints of Lawn Green #74D60C
RGB
CMYK
RGB Variations
Color information
#74D60C (or 0x74D60C) is known color: Lawn Green. HEX triplet: 74, D6 and 0C. RGB value is (116,214,12). Sum of RGB (Red+Green+Blue) = 116+214+12=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #74D60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D60C is #8B29F3. Grayscale: #A2A2A2. Windows color (decimal): -9120244 or 841332. OLE color: 841332.
HSL color Cylindrical-coordinate representation of color #74D60C: hue angle of 89.11º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74D60C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.16 |
| HSL | 89.11º | 0.89% | 0.44% | - |
| HSV(B) | 89.11º | 0.94% | 0.84% | - |
| XYZ | 31.32 | 51.83 | 8.7 | - |
| YUV | 161.67 | 43.53 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 12 | 0.46 | 0 | 0.94 | 0.16 | 89.11 | 0.89 | 0.44 |
| Hex | 74 | D6 | C | 2E | 0 | 5E | 10 | 59 | 59 | 2C |
| Octal | 164 | 326 | 14 | 56 | 0 | 136 | 20 | 131 | 131 | 54 |
| Binary | 1110100 | 11010110 | 1100 | 101110 | 0 | 1011110 | 10000 | 1011001 | 1011001 | 101100 |
Color Harmonies of #74D60C
Complementary color
Monochromatic Colors of #74D60C
Black with #74D60C
Text Example
Text Example
White with #74D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D60C; }
p { color: rgb(116,214,12); }
H1.HeaderClassName
{
color: #74D60C;
}
.AnyTagClassName
{
color: #74D60C;
}
</style>
background-color css
<style>
a { background-color: #74D60C; }
a { background-color: rgb(116,214,12); }
div.DivClassName
{
background-color: #74D60C;
}
.BgClassName
{
background-color: #74D60C;
}
</style>
border-color css
<style>
span { border-color: #74D60C; }
span { border-color: rgb(116,214,12); }
td.TdClassName
{
border-color: #74D60C;
}
.TagClassName
{
border-color: #74D60C;
}
</style>