Shades of Medium Spring Green #04FFBD
Tints of Medium Spring Green #04FFBD
RGB
CMYK
RGB Variations
Color information
#04FFBD (or 0x04FFBD) is known color: Medium Spring Green. HEX triplet: 04, FF and BD. RGB value is (4,255,189). Sum of RGB (Red+Green+Blue) = 4+255+189=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFBD is #FB0042. Grayscale: #ACACAC. Windows color (decimal): -16449603 or 12451588. OLE color: 12451588.
HSL color Cylindrical-coordinate representation of color #04FFBD: hue angle of 164.22º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFBD is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 189 | - |
| CMYK | 0.98 | 0 | 0.26 | 0 |
| HSL | 164.22º | 1% | 0.51% | - |
| HSV(B) | 164.22º | 0.98% | 1% | - |
| XYZ | 45 | 75.22 | 60.29 | - |
| YUV | 172.43 | 137.34 | 7.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 189 | 0.98 | 0 | 0.26 | 0 | 164.22 | 1 | 0.51 |
| Hex | 4 | FF | BD | 62 | 0 | 1A | 0 | A4 | 64 | 33 |
| Octal | 4 | 377 | 275 | 142 | 0 | 32 | 0 | 244 | 144 | 63 |
| Binary | 100 | 11111111 | 10111101 | 1100010 | 0 | 11010 | 0 | 10100100 | 1100100 | 110011 |
Color Harmonies of #04FFBD
Complementary color
Monochromatic Colors of #04FFBD
Black with #04FFBD
Text Example
Text Example
White with #04FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFBD; }
p { color: rgb(4,255,189); }
H1.HeaderClassName
{
color: #04FFBD;
}
.AnyTagClassName
{
color: #04FFBD;
}
</style>
background-color css
<style>
a { background-color: #04FFBD; }
a { background-color: rgb(4,255,189); }
div.DivClassName
{
background-color: #04FFBD;
}
.BgClassName
{
background-color: #04FFBD;
}
</style>
border-color css
<style>
span { border-color: #04FFBD; }
span { border-color: rgb(4,255,189); }
td.TdClassName
{
border-color: #04FFBD;
}
.TagClassName
{
border-color: #04FFBD;
}
</style>