Shades of Lawn Green #74F901
Tints of Lawn Green #74F901
RGB
CMYK
RGB Variations
Color information
#74F901 (or 0x74F901) is known color: Lawn Green. HEX triplet: 74, F9 and 01. RGB value is (116,249,1). Sum of RGB (Red+Green+Blue) = 116+249+1=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #74F901 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F901 is #8B06FE. Grayscale: #B5B5B5. Windows color (decimal): -9111295 or 129396. OLE color: 129396.
HSL color Cylindrical-coordinate representation of color #74F901: hue angle of 92.18º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74F901 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 1 | - |
| CMYK | 0.53 | 0 | 1.00 | 0.02 |
| HSL | 92.18º | 0.99% | 0.49% | - |
| HSV(B) | 92.18º | 1% | 0.98% | - |
| XYZ | 41.08 | 71.47 | 11.66 | - |
| YUV | 180.96 | 26.44 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 1 | 0.53 | 0 | 1.00 | 0.02 | 92.18 | 0.99 | 0.49 |
| Hex | 74 | F9 | 1 | 35 | 0 | 64 | 2 | 5C | 63 | 31 |
| Octal | 164 | 371 | 1 | 65 | 0 | 144 | 2 | 134 | 143 | 61 |
| Binary | 1110100 | 11111001 | 1 | 110101 | 0 | 1100100 | 10 | 1011100 | 1100011 | 110001 |
Color Harmonies of #74F901
Complementary color
Monochromatic Colors of #74F901
Black with #74F901
Text Example
Text Example
White with #74F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F901; }
p { color: rgb(116,249,1); }
H1.HeaderClassName
{
color: #74F901;
}
.AnyTagClassName
{
color: #74F901;
}
</style>
background-color css
<style>
a { background-color: #74F901; }
a { background-color: rgb(116,249,1); }
div.DivClassName
{
background-color: #74F901;
}
.BgClassName
{
background-color: #74F901;
}
</style>
border-color css
<style>
span { border-color: #74F901; }
span { border-color: rgb(116,249,1); }
td.TdClassName
{
border-color: #74F901;
}
.TagClassName
{
border-color: #74F901;
}
</style>