Shades of Spring Green #04FC80
Tints of Spring Green #04FC80
RGB
CMYK
RGB Variations
Color information
#04FC80 (or 0x04FC80) is known color: Spring Green. HEX triplet: 04, FC and 80. RGB value is (4,252,128). Sum of RGB (Red+Green+Blue) = 4+252+128=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 252 (98.83% from 255 or 65.62% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 252 - color contains mainly: green. Hex color #04FC80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04FC80 is #FB037F. Grayscale: #A3A3A3. Windows color (decimal): -16450432 or 8453124. OLE color: 8453124.
HSL color Cylindrical-coordinate representation of color #04FC80: hue angle of 150º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FC80 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 128 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.01 |
| HSL | 150º | 0.98% | 0.5% | - |
| HSV(B) | 150º | 0.98% | 0.99% | - |
| XYZ | 38.76 | 71.21 | 32.12 | - |
| YUV | 163.71 | 107.84 | 14.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 128 | 0.98 | 0 | 0.49 | 0.01 | 150 | 0.98 | 0.5 |
| Hex | 4 | FC | 80 | 62 | 0 | 31 | 1 | 96 | 62 | 32 |
| Octal | 4 | 374 | 200 | 142 | 0 | 61 | 1 | 226 | 142 | 62 |
| Binary | 100 | 11111100 | 10000000 | 1100010 | 0 | 110001 | 1 | 10010110 | 1100010 | 110010 |
Color Harmonies of #04FC80
Complementary color
Monochromatic Colors of #04FC80
Black with #04FC80
Text Example
Text Example
White with #04FC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FC80; }
p { color: rgb(4,252,128); }
H1.HeaderClassName
{
color: #04FC80;
}
.AnyTagClassName
{
color: #04FC80;
}
</style>
background-color css
<style>
a { background-color: #04FC80; }
a { background-color: rgb(4,252,128); }
div.DivClassName
{
background-color: #04FC80;
}
.BgClassName
{
background-color: #04FC80;
}
</style>
border-color css
<style>
span { border-color: #04FC80; }
span { border-color: rgb(4,252,128); }
td.TdClassName
{
border-color: #04FC80;
}
.TagClassName
{
border-color: #04FC80;
}
</style>