Shades of Spring Green #04F885
Tints of Spring Green #04F885
RGB
CMYK
RGB Variations
Color information
#04F885 (or 0x04F885) is known color: Spring Green. HEX triplet: 04, F8 and 85. RGB value is (4,248,133). Sum of RGB (Red+Green+Blue) = 4+248+133=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #04F885 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04F885 is #FB077A. Grayscale: #A2A2A2. Windows color (decimal): -16451451 or 8779780. OLE color: 8779780.
HSL color Cylindrical-coordinate representation of color #04F885: hue angle of 151.72º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F885 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 248 | 133 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.03 |
| HSL | 151.72º | 0.97% | 0.49% | - |
| HSV(B) | 151.72º | 0.98% | 0.97% | - |
| XYZ | 37.85 | 68.85 | 33.49 | - |
| YUV | 161.93 | 111.66 | 15.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 248 | 133 | 0.98 | 0 | 0.46 | 0.03 | 151.72 | 0.97 | 0.49 |
| Hex | 4 | F8 | 85 | 62 | 0 | 2E | 3 | 98 | 61 | 31 |
| Octal | 4 | 370 | 205 | 142 | 0 | 56 | 3 | 230 | 141 | 61 |
| Binary | 100 | 11111000 | 10000101 | 1100010 | 0 | 101110 | 11 | 10011000 | 1100001 | 110001 |
Color Harmonies of #04F885
Complementary color
Monochromatic Colors of #04F885
Black with #04F885
Text Example
Text Example
White with #04F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F885; }
p { color: rgb(4,248,133); }
H1.HeaderClassName
{
color: #04F885;
}
.AnyTagClassName
{
color: #04F885;
}
</style>
background-color css
<style>
a { background-color: #04F885; }
a { background-color: rgb(4,248,133); }
div.DivClassName
{
background-color: #04F885;
}
.BgClassName
{
background-color: #04F885;
}
</style>
border-color css
<style>
span { border-color: #04F885; }
span { border-color: rgb(4,248,133); }
td.TdClassName
{
border-color: #04F885;
}
.TagClassName
{
border-color: #04F885;
}
</style>