Shades of Spring Green #04FF5C
Tints of Spring Green #04FF5C
RGB
CMYK
RGB Variations
Color information
#04FF5C (or 0x04FF5C) is known color: Spring Green. HEX triplet: 04, FF and 5C. RGB value is (4,255,92). Sum of RGB (Red+Green+Blue) = 4+255+92=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FF5C is #FB00A3. Grayscale: #A1A1A1. Windows color (decimal): -16449700 or 6094596. OLE color: 6094596.
HSL color Cylindrical-coordinate representation of color #04FF5C: hue angle of 141.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF5C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 92 | - |
| CMYK | 0.98 | 0 | 0.64 | 0 |
| HSL | 141.04º | 1% | 0.51% | - |
| HSV(B) | 141.04º | 0.98% | 1% | - |
| XYZ | 37.74 | 72.32 | 22.09 | - |
| YUV | 161.37 | 88.84 | 15.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 92 | 0.98 | 0 | 0.64 | 0 | 141.04 | 1 | 0.51 |
| Hex | 4 | FF | 5C | 62 | 0 | 40 | 0 | 8D | 64 | 33 |
| Octal | 4 | 377 | 134 | 142 | 0 | 100 | 0 | 215 | 144 | 63 |
| Binary | 100 | 11111111 | 1011100 | 1100010 | 0 | 1000000 | 0 | 10001101 | 1100100 | 110011 |
Color Harmonies of #04FF5C
Complementary color
Monochromatic Colors of #04FF5C
Black with #04FF5C
Text Example
Text Example
White with #04FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF5C; }
p { color: rgb(4,255,92); }
H1.HeaderClassName
{
color: #04FF5C;
}
.AnyTagClassName
{
color: #04FF5C;
}
</style>
background-color css
<style>
a { background-color: #04FF5C; }
a { background-color: rgb(4,255,92); }
div.DivClassName
{
background-color: #04FF5C;
}
.BgClassName
{
background-color: #04FF5C;
}
</style>
border-color css
<style>
span { border-color: #04FF5C; }
span { border-color: rgb(4,255,92); }
td.TdClassName
{
border-color: #04FF5C;
}
.TagClassName
{
border-color: #04FF5C;
}
</style>