Shades of Spring Green #04FE85
Tints of Spring Green #04FE85
RGB
CMYK
RGB Variations
Color information
#04FE85 (or 0x04FE85) is known color: Spring Green. HEX triplet: 04, FE and 85. RGB value is (4,254,133). Sum of RGB (Red+Green+Blue) = 4+254+133=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 254 (99.61% from 255 or 64.96% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04FE85 is #FB017A. Grayscale: #A5A5A5. Windows color (decimal): -16449915 or 8781316. OLE color: 8781316.
HSL color Cylindrical-coordinate representation of color #04FE85: hue angle of 150.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FE85 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 133 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.00 |
| HSL | 150.96º | 0.99% | 0.51% | - |
| HSV(B) | 150.96º | 0.98% | 1% | - |
| XYZ | 39.73 | 72.6 | 34.11 | - |
| YUV | 165.46 | 109.68 | 12.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 133 | 0.98 | 0 | 0.48 | 0.00 | 150.96 | 0.99 | 0.51 |
| Hex | 4 | FE | 85 | 62 | 0 | 30 | 0 | 97 | 63 | 33 |
| Octal | 4 | 376 | 205 | 142 | 0 | 60 | 0 | 227 | 143 | 63 |
| Binary | 100 | 11111110 | 10000101 | 1100010 | 0 | 110000 | 0 | 10010111 | 1100011 | 110011 |
Color Harmonies of #04FE85
Complementary color
Monochromatic Colors of #04FE85
Black with #04FE85
Text Example
Text Example
White with #04FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE85; }
p { color: rgb(4,254,133); }
H1.HeaderClassName
{
color: #04FE85;
}
.AnyTagClassName
{
color: #04FE85;
}
</style>
background-color css
<style>
a { background-color: #04FE85; }
a { background-color: rgb(4,254,133); }
div.DivClassName
{
background-color: #04FE85;
}
.BgClassName
{
background-color: #04FE85;
}
</style>
border-color css
<style>
span { border-color: #04FE85; }
span { border-color: rgb(4,254,133); }
td.TdClassName
{
border-color: #04FE85;
}
.TagClassName
{
border-color: #04FE85;
}
</style>