Shades of Lawn Green #74F828
Tints of Lawn Green #74F828
RGB
CMYK
RGB Variations
Color information
#74F828 (or 0x74F828) is known color: Lawn Green. HEX triplet: 74, F8 and 28. RGB value is (116,248,40). Sum of RGB (Red+Green+Blue) = 116+248+40=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 248 (97.27% from 255 or 61.39% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 248 - color contains mainly: green. Hex color #74F828 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F828 is #8B07D7. Grayscale: #B9B9B9. Windows color (decimal): -9111512 or 2685044. OLE color: 2685044.
HSL color Cylindrical-coordinate representation of color #74F828: hue angle of 98.08º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74F828 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 40 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.03 |
| HSL | 98.08º | 0.94% | 0.56% | - |
| HSV(B) | 98.08º | 0.84% | 0.97% | - |
| XYZ | 41.15 | 71 | 13.54 | - |
| YUV | 184.82 | 46.27 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 40 | 0.53 | 0 | 0.84 | 0.03 | 98.08 | 0.94 | 0.56 |
| Hex | 74 | F8 | 28 | 35 | 0 | 54 | 3 | 62 | 5E | 38 |
| Octal | 164 | 370 | 50 | 65 | 0 | 124 | 3 | 142 | 136 | 70 |
| Binary | 1110100 | 11111000 | 101000 | 110101 | 0 | 1010100 | 11 | 1100010 | 1011110 | 111000 |
Color Harmonies of #74F828
Complementary color
Monochromatic Colors of #74F828
Black with #74F828
Text Example
Text Example
White with #74F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F828; }
p { color: rgb(116,248,40); }
H1.HeaderClassName
{
color: #74F828;
}
.AnyTagClassName
{
color: #74F828;
}
</style>
background-color css
<style>
a { background-color: #74F828; }
a { background-color: rgb(116,248,40); }
div.DivClassName
{
background-color: #74F828;
}
.BgClassName
{
background-color: #74F828;
}
</style>
border-color css
<style>
span { border-color: #74F828; }
span { border-color: rgb(116,248,40); }
td.TdClassName
{
border-color: #74F828;
}
.TagClassName
{
border-color: #74F828;
}
</style>