Shades of Spring Green #04FA74
Tints of Spring Green #04FA74
RGB
CMYK
RGB Variations
Color information
#04FA74 (or 0x04FA74) is known color: Spring Green. HEX triplet: 04, FA and 74. RGB value is (4,250,116). Sum of RGB (Red+Green+Blue) = 4+250+116=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FA74 is #FB058B. Grayscale: #A1A1A1. Windows color (decimal): -16450956 or 7666180. OLE color: 7666180.
HSL color Cylindrical-coordinate representation of color #04FA74: hue angle of 147.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA74 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 116 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.02 |
| HSL | 147.32º | 0.97% | 0.5% | - |
| HSV(B) | 147.32º | 0.98% | 0.98% | - |
| XYZ | 37.39 | 69.66 | 28 | - |
| YUV | 161.17 | 102.5 | 15.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 116 | 0.98 | 0 | 0.54 | 0.02 | 147.32 | 0.97 | 0.5 |
| Hex | 4 | FA | 74 | 62 | 0 | 36 | 2 | 93 | 61 | 32 |
| Octal | 4 | 372 | 164 | 142 | 0 | 66 | 2 | 223 | 141 | 62 |
| Binary | 100 | 11111010 | 1110100 | 1100010 | 0 | 110110 | 10 | 10010011 | 1100001 | 110010 |
Color Harmonies of #04FA74
Complementary color
Monochromatic Colors of #04FA74
Black with #04FA74
Text Example
Text Example
White with #04FA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA74; }
p { color: rgb(4,250,116); }
H1.HeaderClassName
{
color: #04FA74;
}
.AnyTagClassName
{
color: #04FA74;
}
</style>
background-color css
<style>
a { background-color: #04FA74; }
a { background-color: rgb(4,250,116); }
div.DivClassName
{
background-color: #04FA74;
}
.BgClassName
{
background-color: #04FA74;
}
</style>
border-color css
<style>
span { border-color: #04FA74; }
span { border-color: rgb(4,250,116); }
td.TdClassName
{
border-color: #04FA74;
}
.TagClassName
{
border-color: #04FA74;
}
</style>