Shades of Lawn Green #74F517
Tints of Lawn Green #74F517
RGB
CMYK
RGB Variations
Color information
#74F517 (or 0x74F517) is known color: Lawn Green. HEX triplet: 74, F5 and 17. RGB value is (116,245,23). Sum of RGB (Red+Green+Blue) = 116+245+23=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 245 (96.09% from 255 or 63.80% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 245 - color contains mainly: green. Hex color #74F517 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F517 is #8B0AE8. Grayscale: #B5B5B5. Windows color (decimal): -9112297 or 1570164. OLE color: 1570164.
HSL color Cylindrical-coordinate representation of color #74F517: hue angle of 94.86º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74F517 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 23 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.04 |
| HSL | 94.86º | 0.92% | 0.53% | - |
| HSV(B) | 94.86º | 0.91% | 0.96% | - |
| XYZ | 40.01 | 69.08 | 12.04 | - |
| YUV | 181.12 | 38.76 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 23 | 0.53 | 0 | 0.91 | 0.04 | 94.86 | 0.92 | 0.53 |
| Hex | 74 | F5 | 17 | 35 | 0 | 5B | 4 | 5F | 5C | 35 |
| Octal | 164 | 365 | 27 | 65 | 0 | 133 | 4 | 137 | 134 | 65 |
| Binary | 1110100 | 11110101 | 10111 | 110101 | 0 | 1011011 | 100 | 1011111 | 1011100 | 110101 |
Color Harmonies of #74F517
Complementary color
Monochromatic Colors of #74F517
Black with #74F517
Text Example
Text Example
White with #74F517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F517; }
p { color: rgb(116,245,23); }
H1.HeaderClassName
{
color: #74F517;
}
.AnyTagClassName
{
color: #74F517;
}
</style>
background-color css
<style>
a { background-color: #74F517; }
a { background-color: rgb(116,245,23); }
div.DivClassName
{
background-color: #74F517;
}
.BgClassName
{
background-color: #74F517;
}
</style>
border-color css
<style>
span { border-color: #74F517; }
span { border-color: rgb(116,245,23); }
td.TdClassName
{
border-color: #74F517;
}
.TagClassName
{
border-color: #74F517;
}
</style>