Shades of Spring Green #04FA7A
Tints of Spring Green #04FA7A
RGB
CMYK
RGB Variations
Color information
#04FA7A (or 0x04FA7A) is known color: Spring Green. HEX triplet: 04, FA and 7A. RGB value is (4,250,122). Sum of RGB (Red+Green+Blue) = 4+250+122=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FA7A is #FB0585. Grayscale: #A2A2A2. Windows color (decimal): -16450950 or 8059396. OLE color: 8059396.
HSL color Cylindrical-coordinate representation of color #04FA7A: hue angle of 148.78º 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 #04FA7A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 122 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.02 |
| HSL | 148.78º | 0.97% | 0.5% | - |
| HSV(B) | 148.78º | 0.98% | 0.98% | - |
| XYZ | 37.75 | 69.8 | 29.9 | - |
| YUV | 161.85 | 105.5 | 15.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 122 | 0.98 | 0 | 0.51 | 0.02 | 148.78 | 0.97 | 0.5 |
| Hex | 4 | FA | 7A | 62 | 0 | 33 | 2 | 95 | 61 | 32 |
| Octal | 4 | 372 | 172 | 142 | 0 | 63 | 2 | 225 | 141 | 62 |
| Binary | 100 | 11111010 | 1111010 | 1100010 | 0 | 110011 | 10 | 10010101 | 1100001 | 110010 |
Color Harmonies of #04FA7A
Complementary color
Monochromatic Colors of #04FA7A
Black with #04FA7A
Text Example
Text Example
White with #04FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA7A; }
p { color: rgb(4,250,122); }
H1.HeaderClassName
{
color: #04FA7A;
}
.AnyTagClassName
{
color: #04FA7A;
}
</style>
background-color css
<style>
a { background-color: #04FA7A; }
a { background-color: rgb(4,250,122); }
div.DivClassName
{
background-color: #04FA7A;
}
.BgClassName
{
background-color: #04FA7A;
}
</style>
border-color css
<style>
span { border-color: #04FA7A; }
span { border-color: rgb(4,250,122); }
td.TdClassName
{
border-color: #04FA7A;
}
.TagClassName
{
border-color: #04FA7A;
}
</style>