Shades of Spring Green #04FD7D
Tints of Spring Green #04FD7D
RGB
CMYK
RGB Variations
Color information
#04FD7D (or 0x04FD7D) is known color: Spring Green. HEX triplet: 04, FD and 7D. RGB value is (4,253,125). Sum of RGB (Red+Green+Blue) = 4+253+125=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FD7D is #FB0282. Grayscale: #A4A4A4. Windows color (decimal): -16450179 or 8256772. OLE color: 8256772.
HSL color Cylindrical-coordinate representation of color #04FD7D: hue angle of 149.16º 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 #04FD7D is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 125 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.01 |
| HSL | 149.16º | 0.98% | 0.5% | - |
| HSV(B) | 149.16º | 0.98% | 0.99% | - |
| XYZ | 38.88 | 71.76 | 31.2 | - |
| YUV | 163.96 | 106.01 | 13.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 125 | 0.98 | 0 | 0.51 | 0.01 | 149.16 | 0.98 | 0.5 |
| Hex | 4 | FD | 7D | 62 | 0 | 33 | 1 | 95 | 62 | 32 |
| Octal | 4 | 375 | 175 | 142 | 0 | 63 | 1 | 225 | 142 | 62 |
| Binary | 100 | 11111101 | 1111101 | 1100010 | 0 | 110011 | 1 | 10010101 | 1100010 | 110010 |
Color Harmonies of #04FD7D
Complementary color
Monochromatic Colors of #04FD7D
Black with #04FD7D
Text Example
Text Example
White with #04FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FD7D; }
p { color: rgb(4,253,125); }
H1.HeaderClassName
{
color: #04FD7D;
}
.AnyTagClassName
{
color: #04FD7D;
}
</style>
background-color css
<style>
a { background-color: #04FD7D; }
a { background-color: rgb(4,253,125); }
div.DivClassName
{
background-color: #04FD7D;
}
.BgClassName
{
background-color: #04FD7D;
}
</style>
border-color css
<style>
span { border-color: #04FD7D; }
span { border-color: rgb(4,253,125); }
td.TdClassName
{
border-color: #04FD7D;
}
.TagClassName
{
border-color: #04FD7D;
}
</style>