Html Css Color HEX #14FFBD Medium Spring Green
📋 copy color: '#14FFBD'red 20 ◦ green 255 ◦ blue 189
Shades of Medium Spring Green #14FFBD
Tints of Medium Spring Green #14FFBD
RGB
CMYK
RGB Variations
Color information
#14FFBD (or 0x14FFBD) is known color: Medium Spring Green. HEX triplet: 14, FF and BD. RGB value is (20,255,189). Sum of RGB (Red+Green+Blue) = 20+255+189=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFBD is #EB0042. Grayscale: #B1B1B1. Windows color (decimal): -15401027 or 12451604. OLE color: 12451604.
HSL color Cylindrical-coordinate representation of color #14FFBD: hue angle of 163.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFBD is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 189 | - |
| CMYK | 0.92 | 0 | 0.26 | 0 |
| HSL | 163.15º | 1% | 0.54% | - |
| HSV(B) | 163.15º | 0.92% | 1% | - |
| XYZ | 45.23 | 75.34 | 60.3 | - |
| YUV | 177.21 | 134.64 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 189 | 0.92 | 0 | 0.26 | 0 | 163.15 | 1 | 0.54 |
| Hex | 14 | FF | BD | 5C | 0 | 1A | 0 | A3 | 64 | 36 |
| Octal | 24 | 377 | 275 | 134 | 0 | 32 | 0 | 243 | 144 | 66 |
| Binary | 10100 | 11111111 | 10111101 | 1011100 | 0 | 11010 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #14FFBD
Complementary color
Monochromatic Colors of #14FFBD
Black with #14FFBD
Text Example
Text Example
White with #14FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFBD; }
p { color: rgb(20,255,189); }
H1.HeaderClassName
{
color: #14FFBD;
}
.AnyTagClassName
{
color: #14FFBD;
}
</style>
background-color css
<style>
a { background-color: #14FFBD; }
a { background-color: rgb(20,255,189); }
div.DivClassName
{
background-color: #14FFBD;
}
.BgClassName
{
background-color: #14FFBD;
}
</style>
border-color css
<style>
span { border-color: #14FFBD; }
span { border-color: rgb(20,255,189); }
td.TdClassName
{
border-color: #14FFBD;
}
.TagClassName
{
border-color: #14FFBD;
}
</style>