Shades of Spring Green #04FF75
Tints of Spring Green #04FF75
RGB
CMYK
RGB Variations
Color information
#04FF75 (or 0x04FF75) is known color: Spring Green. HEX triplet: 04, FF and 75. RGB value is (4,255,117). Sum of RGB (Red+Green+Blue) = 4+255+117=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FF75 is #FB008A. Grayscale: #A4A4A4. Windows color (decimal): -16449675 or 7732996. OLE color: 7732996.
HSL color Cylindrical-coordinate representation of color #04FF75: hue angle of 147.01º 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 #04FF75 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 117 | - |
| CMYK | 0.98 | 0 | 0.54 | 0 |
| HSL | 147.01º | 1% | 0.51% | - |
| HSV(B) | 147.01º | 0.98% | 1% | - |
| XYZ | 39.02 | 72.83 | 28.83 | - |
| YUV | 164.22 | 101.34 | 13.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 117 | 0.98 | 0 | 0.54 | 0 | 147.01 | 1 | 0.51 |
| Hex | 4 | FF | 75 | 62 | 0 | 36 | 0 | 93 | 64 | 33 |
| Octal | 4 | 377 | 165 | 142 | 0 | 66 | 0 | 223 | 144 | 63 |
| Binary | 100 | 11111111 | 1110101 | 1100010 | 0 | 110110 | 0 | 10010011 | 1100100 | 110011 |
Color Harmonies of #04FF75
Complementary color
Monochromatic Colors of #04FF75
Black with #04FF75
Text Example
Text Example
White with #04FF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF75; }
p { color: rgb(4,255,117); }
H1.HeaderClassName
{
color: #04FF75;
}
.AnyTagClassName
{
color: #04FF75;
}
</style>
background-color css
<style>
a { background-color: #04FF75; }
a { background-color: rgb(4,255,117); }
div.DivClassName
{
background-color: #04FF75;
}
.BgClassName
{
background-color: #04FF75;
}
</style>
border-color css
<style>
span { border-color: #04FF75; }
span { border-color: rgb(4,255,117); }
td.TdClassName
{
border-color: #04FF75;
}
.TagClassName
{
border-color: #04FF75;
}
</style>