Shades of Lawn Green #74F818
Tints of Lawn Green #74F818
RGB
CMYK
RGB Variations
Color information
#74F818 (or 0x74F818) is known color: Lawn Green. HEX triplet: 74, F8 and 18. RGB value is (116,248,24). Sum of RGB (Red+Green+Blue) = 116+248+24=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #74F818 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F818 is #8B07E7. Grayscale: #B7B7B7. Windows color (decimal): -9111528 or 1636468. OLE color: 1636468.
HSL color Cylindrical-coordinate representation of color #74F818: hue angle of 95.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74F818 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 24 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.03 |
| HSL | 95.36º | 0.94% | 0.53% | - |
| HSV(B) | 95.36º | 0.9% | 0.97% | - |
| XYZ | 40.93 | 70.91 | 12.39 | - |
| YUV | 183 | 38.27 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 24 | 0.53 | 0 | 0.90 | 0.03 | 95.36 | 0.94 | 0.53 |
| Hex | 74 | F8 | 18 | 35 | 0 | 5A | 3 | 5F | 5E | 35 |
| Octal | 164 | 370 | 30 | 65 | 0 | 132 | 3 | 137 | 136 | 65 |
| Binary | 1110100 | 11111000 | 11000 | 110101 | 0 | 1011010 | 11 | 1011111 | 1011110 | 110101 |
Color Harmonies of #74F818
Complementary color
Monochromatic Colors of #74F818
Black with #74F818
Text Example
Text Example
White with #74F818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F818; }
p { color: rgb(116,248,24); }
H1.HeaderClassName
{
color: #74F818;
}
.AnyTagClassName
{
color: #74F818;
}
</style>
background-color css
<style>
a { background-color: #74F818; }
a { background-color: rgb(116,248,24); }
div.DivClassName
{
background-color: #74F818;
}
.BgClassName
{
background-color: #74F818;
}
</style>
border-color css
<style>
span { border-color: #74F818; }
span { border-color: rgb(116,248,24); }
td.TdClassName
{
border-color: #74F818;
}
.TagClassName
{
border-color: #74F818;
}
</style>