Shades of Lawn Green #74D807
Tints of Lawn Green #74D807
RGB
CMYK
RGB Variations
Color information
#74D807 (or 0x74D807) is known color: Lawn Green. HEX triplet: 74, D8 and 07. RGB value is (116,216,7). Sum of RGB (Red+Green+Blue) = 116+216+7=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #74D807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D807 is #8B27F8. Grayscale: #A3A3A3. Windows color (decimal): -9119737 or 514164. OLE color: 514164.
HSL color Cylindrical-coordinate representation of color #74D807: hue angle of 88.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74D807 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.15 |
| HSL | 88.71º | 0.94% | 0.44% | - |
| HSV(B) | 88.71º | 0.97% | 0.85% | - |
| XYZ | 31.8 | 52.84 | 8.72 | - |
| YUV | 162.27 | 40.37 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 7 | 0.46 | 0 | 0.97 | 0.15 | 88.71 | 0.94 | 0.44 |
| Hex | 74 | D8 | 7 | 2E | 0 | 61 | F | 59 | 5E | 2C |
| Octal | 164 | 330 | 7 | 56 | 0 | 141 | 17 | 131 | 136 | 54 |
| Binary | 1110100 | 11011000 | 111 | 101110 | 0 | 1100001 | 1111 | 1011001 | 1011110 | 101100 |
Color Harmonies of #74D807
Complementary color
Monochromatic Colors of #74D807
Black with #74D807
Text Example
Text Example
White with #74D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D807; }
p { color: rgb(116,216,7); }
H1.HeaderClassName
{
color: #74D807;
}
.AnyTagClassName
{
color: #74D807;
}
</style>
background-color css
<style>
a { background-color: #74D807; }
a { background-color: rgb(116,216,7); }
div.DivClassName
{
background-color: #74D807;
}
.BgClassName
{
background-color: #74D807;
}
</style>
border-color css
<style>
span { border-color: #74D807; }
span { border-color: rgb(116,216,7); }
td.TdClassName
{
border-color: #74D807;
}
.TagClassName
{
border-color: #74D807;
}
</style>