Shades of Spring Green #04FE72
Tints of Spring Green #04FE72
RGB
CMYK
RGB Variations
Color information
#04FE72 (or 0x04FE72) is known color: Spring Green. HEX triplet: 04, FE and 72. RGB value is (4,254,114). Sum of RGB (Red+Green+Blue) = 4+254+114=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 254 (99.61% from 255 or 68.28% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FE72 is #FB018D. Grayscale: #A3A3A3. Windows color (decimal): -16449934 or 7536132. OLE color: 7536132.
HSL color Cylindrical-coordinate representation of color #04FE72: hue angle of 146.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FE72 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 114 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.00 |
| HSL | 146.4º | 0.99% | 0.51% | - |
| HSV(B) | 146.4º | 0.98% | 1% | - |
| XYZ | 38.53 | 72.12 | 27.81 | - |
| YUV | 163.29 | 100.18 | 14.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 114 | 0.98 | 0 | 0.55 | 0.00 | 146.4 | 0.99 | 0.51 |
| Hex | 4 | FE | 72 | 62 | 0 | 37 | 0 | 92 | 63 | 33 |
| Octal | 4 | 376 | 162 | 142 | 0 | 67 | 0 | 222 | 143 | 63 |
| Binary | 100 | 11111110 | 1110010 | 1100010 | 0 | 110111 | 0 | 10010010 | 1100011 | 110011 |
Color Harmonies of #04FE72
Complementary color
Monochromatic Colors of #04FE72
Black with #04FE72
Text Example
Text Example
White with #04FE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE72; }
p { color: rgb(4,254,114); }
H1.HeaderClassName
{
color: #04FE72;
}
.AnyTagClassName
{
color: #04FE72;
}
</style>
background-color css
<style>
a { background-color: #04FE72; }
a { background-color: rgb(4,254,114); }
div.DivClassName
{
background-color: #04FE72;
}
.BgClassName
{
background-color: #04FE72;
}
</style>
border-color css
<style>
span { border-color: #04FE72; }
span { border-color: rgb(4,254,114); }
td.TdClassName
{
border-color: #04FE72;
}
.TagClassName
{
border-color: #04FE72;
}
</style>