Shades of Lawn Green #74DB1F
Tints of Lawn Green #74DB1F
RGB
CMYK
RGB Variations
Color information
#74DB1F (or 0x74DB1F) is known color: Lawn Green. HEX triplet: 74, DB and 1F. RGB value is (116,219,31). Sum of RGB (Red+Green+Blue) = 116+219+31=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DB1F is #8B24E0. Grayscale: #A7A7A7. Windows color (decimal): -9118945 or 2087796. OLE color: 2087796.
HSL color Cylindrical-coordinate representation of color #74DB1F: hue angle of 92.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74DB1F is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 31 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.14 |
| HSL | 92.87º | 0.75% | 0.49% | - |
| HSV(B) | 92.87º | 0.86% | 0.86% | - |
| XYZ | 32.78 | 54.47 | 10.08 | - |
| YUV | 166.77 | 51.38 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 31 | 0.47 | 0 | 0.86 | 0.14 | 92.87 | 0.75 | 0.49 |
| Hex | 74 | DB | 1F | 2F | 0 | 56 | E | 5D | 4B | 31 |
| Octal | 164 | 333 | 37 | 57 | 0 | 126 | 16 | 135 | 113 | 61 |
| Binary | 1110100 | 11011011 | 11111 | 101111 | 0 | 1010110 | 1110 | 1011101 | 1001011 | 110001 |
Color Harmonies of #74DB1F
Complementary color
Monochromatic Colors of #74DB1F
Black with #74DB1F
Text Example
Text Example
White with #74DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB1F; }
p { color: rgb(116,219,31); }
H1.HeaderClassName
{
color: #74DB1F;
}
.AnyTagClassName
{
color: #74DB1F;
}
</style>
background-color css
<style>
a { background-color: #74DB1F; }
a { background-color: rgb(116,219,31); }
div.DivClassName
{
background-color: #74DB1F;
}
.BgClassName
{
background-color: #74DB1F;
}
</style>
border-color css
<style>
span { border-color: #74DB1F; }
span { border-color: rgb(116,219,31); }
td.TdClassName
{
border-color: #74DB1F;
}
.TagClassName
{
border-color: #74DB1F;
}
</style>