Shades of Medium Spring Green #04F2BC
Tints of Medium Spring Green #04F2BC
RGB
CMYK
RGB Variations
Color information
#04F2BC (or 0x04F2BC) is known color: Medium Spring Green. HEX triplet: 04, F2 and BC. RGB value is (4,242,188). Sum of RGB (Red+Green+Blue) = 4+242+188=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2BC is #FB0D43. Grayscale: #A4A4A4. Windows color (decimal): -16452932 or 12382724. OLE color: 12382724.
HSL color Cylindrical-coordinate representation of color #04F2BC: hue angle of 166.39º 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 #04F2BC is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 188 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.05 |
| HSL | 166.39º | 0.97% | 0.48% | - |
| HSV(B) | 166.39º | 0.98% | 0.95% | - |
| XYZ | 40.88 | 67.16 | 58.39 | - |
| YUV | 164.68 | 141.15 | 13.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 188 | 0.98 | 0 | 0.22 | 0.05 | 166.39 | 0.97 | 0.48 |
| Hex | 4 | F2 | BC | 62 | 0 | 16 | 5 | A6 | 61 | 30 |
| Octal | 4 | 362 | 274 | 142 | 0 | 26 | 5 | 246 | 141 | 60 |
| Binary | 100 | 11110010 | 10111100 | 1100010 | 0 | 10110 | 101 | 10100110 | 1100001 | 110000 |
Color Harmonies of #04F2BC
Complementary color
Monochromatic Colors of #04F2BC
Black with #04F2BC
Text Example
Text Example
White with #04F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2BC; }
p { color: rgb(4,242,188); }
H1.HeaderClassName
{
color: #04F2BC;
}
.AnyTagClassName
{
color: #04F2BC;
}
</style>
background-color css
<style>
a { background-color: #04F2BC; }
a { background-color: rgb(4,242,188); }
div.DivClassName
{
background-color: #04F2BC;
}
.BgClassName
{
background-color: #04F2BC;
}
</style>
border-color css
<style>
span { border-color: #04F2BC; }
span { border-color: rgb(4,242,188); }
td.TdClassName
{
border-color: #04F2BC;
}
.TagClassName
{
border-color: #04F2BC;
}
</style>