Shades of Lawn Green #74D707
Tints of Lawn Green #74D707
RGB
CMYK
RGB Variations
Color information
#74D707 (or 0x74D707) is known color: Lawn Green. HEX triplet: 74, D7 and 07. RGB value is (116,215,7). Sum of RGB (Red+Green+Blue) = 116+215+7=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #74D707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D707 is #8B28F8. Grayscale: #A2A2A2. Windows color (decimal): -9119993 or 513908. OLE color: 513908.
HSL color Cylindrical-coordinate representation of color #74D707: hue angle of 88.56º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74D707 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.16 |
| HSL | 88.56º | 0.94% | 0.44% | - |
| HSV(B) | 88.56º | 0.97% | 0.84% | - |
| XYZ | 31.54 | 52.33 | 8.64 | - |
| YUV | 161.69 | 40.7 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 7 | 0.46 | 0 | 0.97 | 0.16 | 88.56 | 0.94 | 0.44 |
| Hex | 74 | D7 | 7 | 2E | 0 | 61 | 10 | 59 | 5E | 2C |
| Octal | 164 | 327 | 7 | 56 | 0 | 141 | 20 | 131 | 136 | 54 |
| Binary | 1110100 | 11010111 | 111 | 101110 | 0 | 1100001 | 10000 | 1011001 | 1011110 | 101100 |
Color Harmonies of #74D707
Complementary color
Monochromatic Colors of #74D707
Black with #74D707
Text Example
Text Example
White with #74D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D707; }
p { color: rgb(116,215,7); }
H1.HeaderClassName
{
color: #74D707;
}
.AnyTagClassName
{
color: #74D707;
}
</style>
background-color css
<style>
a { background-color: #74D707; }
a { background-color: rgb(116,215,7); }
div.DivClassName
{
background-color: #74D707;
}
.BgClassName
{
background-color: #74D707;
}
</style>
border-color css
<style>
span { border-color: #74D707; }
span { border-color: rgb(116,215,7); }
td.TdClassName
{
border-color: #74D707;
}
.TagClassName
{
border-color: #74D707;
}
</style>