Shades of Spring Green #04FD5C
Tints of Spring Green #04FD5C
RGB
CMYK
RGB Variations
Color information
#04FD5C (or 0x04FD5C) is known color: Spring Green. HEX triplet: 04, FD and 5C. RGB value is (4,253,92). Sum of RGB (Red+Green+Blue) = 4+253+92=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 253 (99.22% from 255 or 72.49% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FD5C is #FB02A3. Grayscale: #A0A0A0. Windows color (decimal): -16450212 or 6094084. OLE color: 6094084.
HSL color Cylindrical-coordinate representation of color #04FD5C: hue angle of 141.2º 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 #04FD5C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 92 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.01 |
| HSL | 141.2º | 0.98% | 0.5% | - |
| HSV(B) | 141.2º | 0.98% | 0.99% | - |
| XYZ | 37.11 | 71.05 | 21.88 | - |
| YUV | 160.2 | 89.51 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 92 | 0.98 | 0 | 0.64 | 0.01 | 141.2 | 0.98 | 0.5 |
| Hex | 4 | FD | 5C | 62 | 0 | 40 | 1 | 8D | 62 | 32 |
| Octal | 4 | 375 | 134 | 142 | 0 | 100 | 1 | 215 | 142 | 62 |
| Binary | 100 | 11111101 | 1011100 | 1100010 | 0 | 1000000 | 1 | 10001101 | 1100010 | 110010 |
Color Harmonies of #04FD5C
Complementary color
Monochromatic Colors of #04FD5C
Black with #04FD5C
Text Example
Text Example
White with #04FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FD5C; }
p { color: rgb(4,253,92); }
H1.HeaderClassName
{
color: #04FD5C;
}
.AnyTagClassName
{
color: #04FD5C;
}
</style>
background-color css
<style>
a { background-color: #04FD5C; }
a { background-color: rgb(4,253,92); }
div.DivClassName
{
background-color: #04FD5C;
}
.BgClassName
{
background-color: #04FD5C;
}
</style>
border-color css
<style>
span { border-color: #04FD5C; }
span { border-color: rgb(4,253,92); }
td.TdClassName
{
border-color: #04FD5C;
}
.TagClassName
{
border-color: #04FD5C;
}
</style>