Shades of Spring Green #04F274
Tints of Spring Green #04F274
RGB
CMYK
RGB Variations
Color information
#04F274 (or 0x04F274) is known color: Spring Green. HEX triplet: 04, F2 and 74. RGB value is (4,242,116). Sum of RGB (Red+Green+Blue) = 4+242+116=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #04F274 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F274 is #FB0D8B. Grayscale: #9C9C9C. Windows color (decimal): -16453004 or 7664132. OLE color: 7664132.
HSL color Cylindrical-coordinate representation of color #04F274: hue angle of 148.24º 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 #04F274 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 116 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.05 |
| HSL | 148.24º | 0.97% | 0.48% | - |
| HSV(B) | 148.24º | 0.98% | 0.95% | - |
| XYZ | 34.95 | 64.79 | 27.19 | - |
| YUV | 156.47 | 105.15 | 19.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 116 | 0.98 | 0 | 0.52 | 0.05 | 148.24 | 0.97 | 0.48 |
| Hex | 4 | F2 | 74 | 62 | 0 | 34 | 5 | 94 | 61 | 30 |
| Octal | 4 | 362 | 164 | 142 | 0 | 64 | 5 | 224 | 141 | 60 |
| Binary | 100 | 11110010 | 1110100 | 1100010 | 0 | 110100 | 101 | 10010100 | 1100001 | 110000 |
Color Harmonies of #04F274
Complementary color
Monochromatic Colors of #04F274
Black with #04F274
Text Example
Text Example
White with #04F274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F274; }
p { color: rgb(4,242,116); }
H1.HeaderClassName
{
color: #04F274;
}
.AnyTagClassName
{
color: #04F274;
}
</style>
background-color css
<style>
a { background-color: #04F274; }
a { background-color: rgb(4,242,116); }
div.DivClassName
{
background-color: #04F274;
}
.BgClassName
{
background-color: #04F274;
}
</style>
border-color css
<style>
span { border-color: #04F274; }
span { border-color: rgb(4,242,116); }
td.TdClassName
{
border-color: #04F274;
}
.TagClassName
{
border-color: #04F274;
}
</style>