Shades of Spring Green #14EF7D
Tints of Spring Green #14EF7D
RGB
CMYK
RGB Variations
Color information
#14EF7D (or 0x14EF7D) is known color: Spring Green. HEX triplet: 14, EF and 7D. RGB value is (20,239,125). Sum of RGB (Red+Green+Blue) = 20+239+125=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EF7D is #EB1082. Grayscale: #A0A0A0. Windows color (decimal): -15405187 or 8253204. OLE color: 8253204.
HSL color Cylindrical-coordinate representation of color #14EF7D: hue angle of 148.77º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF7D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 125 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.06 |
| HSL | 148.77º | 0.87% | 0.51% | - |
| HSV(B) | 148.77º | 0.92% | 0.94% | - |
| XYZ | 34.86 | 63.36 | 29.8 | - |
| YUV | 160.52 | 107.95 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 125 | 0.92 | 0 | 0.48 | 0.06 | 148.77 | 0.87 | 0.51 |
| Hex | 14 | EF | 7D | 5C | 0 | 30 | 6 | 95 | 57 | 33 |
| Octal | 24 | 357 | 175 | 134 | 0 | 60 | 6 | 225 | 127 | 63 |
| Binary | 10100 | 11101111 | 1111101 | 1011100 | 0 | 110000 | 110 | 10010101 | 1010111 | 110011 |
Color Harmonies of #14EF7D
Complementary color
Monochromatic Colors of #14EF7D
Black with #14EF7D
Text Example
Text Example
White with #14EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EF7D; }
p { color: rgb(20,239,125); }
H1.HeaderClassName
{
color: #14EF7D;
}
.AnyTagClassName
{
color: #14EF7D;
}
</style>
background-color css
<style>
a { background-color: #14EF7D; }
a { background-color: rgb(20,239,125); }
div.DivClassName
{
background-color: #14EF7D;
}
.BgClassName
{
background-color: #14EF7D;
}
</style>
border-color css
<style>
span { border-color: #14EF7D; }
span { border-color: rgb(20,239,125); }
td.TdClassName
{
border-color: #14EF7D;
}
.TagClassName
{
border-color: #14EF7D;
}
</style>