Html Css Color HEX #14FFB7 Medium Spring Green
📋 copy color: '#14FFB7'red 20 ◦ green 255 ◦ blue 183
Shades of Medium Spring Green #14FFB7
Tints of Medium Spring Green #14FFB7
RGB
CMYK
RGB Variations
Color information
#14FFB7 (or 0x14FFB7) is known color: Medium Spring Green. HEX triplet: 14, FF and B7. RGB value is (20,255,183). Sum of RGB (Red+Green+Blue) = 20+255+183=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFB7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFB7 is #EB0048. Grayscale: #B0B0B0. Windows color (decimal): -15401033 or 12058388. OLE color: 12058388.
HSL color Cylindrical-coordinate representation of color #14FFB7: hue angle of 161.62º 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 #14FFB7 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 183 | - |
| CMYK | 0.92 | 0 | 0.28 | 0 |
| HSL | 161.62º | 1% | 0.54% | - |
| HSV(B) | 161.62º | 0.92% | 1% | - |
| XYZ | 44.6 | 75.09 | 56.94 | - |
| YUV | 176.53 | 131.64 | 16.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 183 | 0.92 | 0 | 0.28 | 0 | 161.62 | 1 | 0.54 |
| Hex | 14 | FF | B7 | 5C | 0 | 1C | 0 | A2 | 64 | 36 |
| Octal | 24 | 377 | 267 | 134 | 0 | 34 | 0 | 242 | 144 | 66 |
| Binary | 10100 | 11111111 | 10110111 | 1011100 | 0 | 11100 | 0 | 10100010 | 1100100 | 110110 |
Color Harmonies of #14FFB7
Complementary color
Monochromatic Colors of #14FFB7
Black with #14FFB7
Text Example
Text Example
White with #14FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFB7; }
p { color: rgb(20,255,183); }
H1.HeaderClassName
{
color: #14FFB7;
}
.AnyTagClassName
{
color: #14FFB7;
}
</style>
background-color css
<style>
a { background-color: #14FFB7; }
a { background-color: rgb(20,255,183); }
div.DivClassName
{
background-color: #14FFB7;
}
.BgClassName
{
background-color: #14FFB7;
}
</style>
border-color css
<style>
span { border-color: #14FFB7; }
span { border-color: rgb(20,255,183); }
td.TdClassName
{
border-color: #14FFB7;
}
.TagClassName
{
border-color: #14FFB7;
}
</style>