Shades of Spring Green #04F961
Tints of Spring Green #04F961
RGB
CMYK
RGB Variations
Color information
#04F961 (or 0x04F961) is known color: Spring Green. HEX triplet: 04, F9 and 61. RGB value is (4,249,97). Sum of RGB (Red+Green+Blue) = 4+249+97=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #04F961 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F961 is #FB069E. Grayscale: #9E9E9E. Windows color (decimal): -16451231 or 6420740. OLE color: 6420740.
HSL color Cylindrical-coordinate representation of color #04F961: hue angle of 142.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 #04F961 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 97 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.02 |
| HSL | 142.78º | 0.97% | 0.5% | - |
| HSV(B) | 142.78º | 0.98% | 0.98% | - |
| XYZ | 36.08 | 68.64 | 22.66 | - |
| YUV | 158.42 | 93.33 | 17.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 97 | 0.98 | 0 | 0.61 | 0.02 | 142.78 | 0.97 | 0.5 |
| Hex | 4 | F9 | 61 | 62 | 0 | 3D | 2 | 8F | 61 | 32 |
| Octal | 4 | 371 | 141 | 142 | 0 | 75 | 2 | 217 | 141 | 62 |
| Binary | 100 | 11111001 | 1100001 | 1100010 | 0 | 111101 | 10 | 10001111 | 1100001 | 110010 |
Color Harmonies of #04F961
Complementary color
Monochromatic Colors of #04F961
Black with #04F961
Text Example
Text Example
White with #04F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F961; }
p { color: rgb(4,249,97); }
H1.HeaderClassName
{
color: #04F961;
}
.AnyTagClassName
{
color: #04F961;
}
</style>
background-color css
<style>
a { background-color: #04F961; }
a { background-color: rgb(4,249,97); }
div.DivClassName
{
background-color: #04F961;
}
.BgClassName
{
background-color: #04F961;
}
</style>
border-color css
<style>
span { border-color: #04F961; }
span { border-color: rgb(4,249,97); }
td.TdClassName
{
border-color: #04F961;
}
.TagClassName
{
border-color: #04F961;
}
</style>