Shades of Medium Spring Green #03FFBD
Tints of Medium Spring Green #03FFBD
RGB
CMYK
RGB Variations
Color information
#03FFBD (or 0x03FFBD) is known color: Medium Spring Green. HEX triplet: 03, FF and BD. RGB value is (3,255,189). Sum of RGB (Red+Green+Blue) = 3+255+189=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FFBD is #FC0042. Grayscale: #ACACAC. Windows color (decimal): -16515139 or 12451587. OLE color: 12451587.
HSL color Cylindrical-coordinate representation of color #03FFBD: hue angle of 164.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFBD is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 189 | - |
| CMYK | 0.99 | 0 | 0.26 | 0 |
| HSL | 164.29º | 1% | 0.51% | - |
| HSV(B) | 164.29º | 0.99% | 1% | - |
| XYZ | 44.98 | 75.21 | 60.29 | - |
| YUV | 172.13 | 137.51 | 7.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 189 | 0.99 | 0 | 0.26 | 0 | 164.29 | 1 | 0.51 |
| Hex | 3 | FF | BD | 63 | 0 | 1A | 0 | A4 | 64 | 33 |
| Octal | 3 | 377 | 275 | 143 | 0 | 32 | 0 | 244 | 144 | 63 |
| Binary | 11 | 11111111 | 10111101 | 1100011 | 0 | 11010 | 0 | 10100100 | 1100100 | 110011 |
Color Harmonies of #03FFBD
Complementary color
Monochromatic Colors of #03FFBD
Black with #03FFBD
Text Example
Text Example
White with #03FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFBD; }
p { color: rgb(3,255,189); }
H1.HeaderClassName
{
color: #03FFBD;
}
.AnyTagClassName
{
color: #03FFBD;
}
</style>
background-color css
<style>
a { background-color: #03FFBD; }
a { background-color: rgb(3,255,189); }
div.DivClassName
{
background-color: #03FFBD;
}
.BgClassName
{
background-color: #03FFBD;
}
</style>
border-color css
<style>
span { border-color: #03FFBD; }
span { border-color: rgb(3,255,189); }
td.TdClassName
{
border-color: #03FFBD;
}
.TagClassName
{
border-color: #03FFBD;
}
</style>