Shades of Lawn Green #74DA1F
Tints of Lawn Green #74DA1F
RGB
CMYK
RGB Variations
Color information
#74DA1F (or 0x74DA1F) is known color: Lawn Green. HEX triplet: 74, DA and 1F. RGB value is (116,218,31). Sum of RGB (Red+Green+Blue) = 116+218+31=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA1F is #8B25E0. Grayscale: #A6A6A6. Windows color (decimal): -9119201 or 2087540. OLE color: 2087540.
HSL color Cylindrical-coordinate representation of color #74DA1F: hue angle of 92.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74DA1F is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 31 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.15 |
| HSL | 92.73º | 0.75% | 0.49% | - |
| HSV(B) | 92.73º | 0.86% | 0.85% | - |
| XYZ | 32.52 | 53.95 | 10 | - |
| YUV | 166.18 | 51.71 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 31 | 0.47 | 0 | 0.86 | 0.15 | 92.73 | 0.75 | 0.49 |
| Hex | 74 | DA | 1F | 2F | 0 | 56 | F | 5D | 4B | 31 |
| Octal | 164 | 332 | 37 | 57 | 0 | 126 | 17 | 135 | 113 | 61 |
| Binary | 1110100 | 11011010 | 11111 | 101111 | 0 | 1010110 | 1111 | 1011101 | 1001011 | 110001 |
Color Harmonies of #74DA1F
Complementary color
Monochromatic Colors of #74DA1F
Black with #74DA1F
Text Example
Text Example
White with #74DA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA1F; }
p { color: rgb(116,218,31); }
H1.HeaderClassName
{
color: #74DA1F;
}
.AnyTagClassName
{
color: #74DA1F;
}
</style>
background-color css
<style>
a { background-color: #74DA1F; }
a { background-color: rgb(116,218,31); }
div.DivClassName
{
background-color: #74DA1F;
}
.BgClassName
{
background-color: #74DA1F;
}
</style>
border-color css
<style>
span { border-color: #74DA1F; }
span { border-color: rgb(116,218,31); }
td.TdClassName
{
border-color: #74DA1F;
}
.TagClassName
{
border-color: #74DA1F;
}
</style>