Shades of Spring Green #04F468
Tints of Spring Green #04F468
RGB
CMYK
RGB Variations
Color information
#04F468 (or 0x04F468) is known color: Spring Green. HEX triplet: 04, F4 and 68. RGB value is (4,244,104). Sum of RGB (Red+Green+Blue) = 4+244+104=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #04F468 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F468 is #FB0B97. Grayscale: #9C9C9C. Windows color (decimal): -16452504 or 6878212. OLE color: 6878212.
HSL color Cylindrical-coordinate representation of color #04F468: hue angle of 145º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F468 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 244 | 104 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.04 |
| HSL | 145º | 0.97% | 0.49% | - |
| HSV(B) | 145º | 0.98% | 0.96% | - |
| XYZ | 34.9 | 65.73 | 23.94 | - |
| YUV | 156.28 | 98.49 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 244 | 104 | 0.98 | 0 | 0.57 | 0.04 | 145 | 0.97 | 0.49 |
| Hex | 4 | F4 | 68 | 62 | 0 | 39 | 4 | 91 | 61 | 31 |
| Octal | 4 | 364 | 150 | 142 | 0 | 71 | 4 | 221 | 141 | 61 |
| Binary | 100 | 11110100 | 1101000 | 1100010 | 0 | 111001 | 100 | 10010001 | 1100001 | 110001 |
Color Harmonies of #04F468
Complementary color
Monochromatic Colors of #04F468
Black with #04F468
Text Example
Text Example
White with #04F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F468; }
p { color: rgb(4,244,104); }
H1.HeaderClassName
{
color: #04F468;
}
.AnyTagClassName
{
color: #04F468;
}
</style>
background-color css
<style>
a { background-color: #04F468; }
a { background-color: rgb(4,244,104); }
div.DivClassName
{
background-color: #04F468;
}
.BgClassName
{
background-color: #04F468;
}
</style>
border-color css
<style>
span { border-color: #04F468; }
span { border-color: rgb(4,244,104); }
td.TdClassName
{
border-color: #04F468;
}
.TagClassName
{
border-color: #04F468;
}
</style>