Shades of Spring Green #04F288
Tints of Spring Green #04F288
RGB
CMYK
RGB Variations
Color information
#04F288 (or 0x04F288) is known color: Spring Green. HEX triplet: 04, F2 and 88. RGB value is (4,242,136). Sum of RGB (Red+Green+Blue) = 4+242+136=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #04F288 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04F288 is #FB0D77. Grayscale: #9E9E9E. Windows color (decimal): -16452984 or 8974852. OLE color: 8974852.
HSL color Cylindrical-coordinate representation of color #04F288: hue angle of 153.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F288 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 136 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.05 |
| HSL | 153.28º | 0.97% | 0.48% | - |
| HSV(B) | 153.28º | 0.98% | 0.95% | - |
| XYZ | 36.25 | 65.31 | 33.99 | - |
| YUV | 158.75 | 115.15 | 17.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 136 | 0.98 | 0 | 0.44 | 0.05 | 153.28 | 0.97 | 0.48 |
| Hex | 4 | F2 | 88 | 62 | 0 | 2C | 5 | 99 | 61 | 30 |
| Octal | 4 | 362 | 210 | 142 | 0 | 54 | 5 | 231 | 141 | 60 |
| Binary | 100 | 11110010 | 10001000 | 1100010 | 0 | 101100 | 101 | 10011001 | 1100001 | 110000 |
Color Harmonies of #04F288
Complementary color
Monochromatic Colors of #04F288
Black with #04F288
Text Example
Text Example
White with #04F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F288; }
p { color: rgb(4,242,136); }
H1.HeaderClassName
{
color: #04F288;
}
.AnyTagClassName
{
color: #04F288;
}
</style>
background-color css
<style>
a { background-color: #04F288; }
a { background-color: rgb(4,242,136); }
div.DivClassName
{
background-color: #04F288;
}
.BgClassName
{
background-color: #04F288;
}
</style>
border-color css
<style>
span { border-color: #04F288; }
span { border-color: rgb(4,242,136); }
td.TdClassName
{
border-color: #04F288;
}
.TagClassName
{
border-color: #04F288;
}
</style>