Shades of Spring Green #04FB5F
Tints of Spring Green #04FB5F
RGB
CMYK
RGB Variations
Color information
#04FB5F (or 0x04FB5F) is known color: Spring Green. HEX triplet: 04, FB and 5F. RGB value is (4,251,95). Sum of RGB (Red+Green+Blue) = 4+251+95=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #04FB5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FB5F is #FB04A0. Grayscale: #9F9F9F. Windows color (decimal): -16450721 or 6290180. OLE color: 6290180.
HSL color Cylindrical-coordinate representation of color #04FB5F: hue angle of 142.11º 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 #04FB5F is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 251 | 95 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.02 |
| HSL | 142.11º | 0.97% | 0.5% | - |
| HSV(B) | 142.11º | 0.98% | 0.98% | - |
| XYZ | 36.61 | 69.85 | 22.38 | - |
| YUV | 159.36 | 91.67 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 251 | 95 | 0.98 | 0 | 0.62 | 0.02 | 142.11 | 0.97 | 0.5 |
| Hex | 4 | FB | 5F | 62 | 0 | 3E | 2 | 8E | 61 | 32 |
| Octal | 4 | 373 | 137 | 142 | 0 | 76 | 2 | 216 | 141 | 62 |
| Binary | 100 | 11111011 | 1011111 | 1100010 | 0 | 111110 | 10 | 10001110 | 1100001 | 110010 |
Color Harmonies of #04FB5F
Complementary color
Monochromatic Colors of #04FB5F
Black with #04FB5F
Text Example
Text Example
White with #04FB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FB5F; }
p { color: rgb(4,251,95); }
H1.HeaderClassName
{
color: #04FB5F;
}
.AnyTagClassName
{
color: #04FB5F;
}
</style>
background-color css
<style>
a { background-color: #04FB5F; }
a { background-color: rgb(4,251,95); }
div.DivClassName
{
background-color: #04FB5F;
}
.BgClassName
{
background-color: #04FB5F;
}
</style>
border-color css
<style>
span { border-color: #04FB5F; }
span { border-color: rgb(4,251,95); }
td.TdClassName
{
border-color: #04FB5F;
}
.TagClassName
{
border-color: #04FB5F;
}
</style>