Shades of Spring Green #14DB7D
Tints of Spring Green #14DB7D
RGB
CMYK
RGB Variations
Color information
#14DB7D (or 0x14DB7D) is known color: Spring Green. HEX triplet: 14, DB and 7D. RGB value is (20,219,125). Sum of RGB (Red+Green+Blue) = 20+219+125=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB7D is #EB2482. Grayscale: #949494. Windows color (decimal): -15410307 or 8248084. OLE color: 8248084.
HSL color Cylindrical-coordinate representation of color #14DB7D: hue angle of 151.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DB7D is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 125 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.14 |
| HSL | 151.66º | 0.83% | 0.47% | - |
| HSV(B) | 151.66º | 0.91% | 0.86% | - |
| XYZ | 29.32 | 52.29 | 27.95 | - |
| YUV | 148.78 | 114.57 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 125 | 0.91 | 0 | 0.43 | 0.14 | 151.66 | 0.83 | 0.47 |
| Hex | 14 | DB | 7D | 5B | 0 | 2B | E | 98 | 53 | 2F |
| Octal | 24 | 333 | 175 | 133 | 0 | 53 | 16 | 230 | 123 | 57 |
| Binary | 10100 | 11011011 | 1111101 | 1011011 | 0 | 101011 | 1110 | 10011000 | 1010011 | 101111 |
Color Harmonies of #14DB7D
Complementary color
Monochromatic Colors of #14DB7D
Black with #14DB7D
Text Example
Text Example
White with #14DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB7D; }
p { color: rgb(20,219,125); }
H1.HeaderClassName
{
color: #14DB7D;
}
.AnyTagClassName
{
color: #14DB7D;
}
</style>
background-color css
<style>
a { background-color: #14DB7D; }
a { background-color: rgb(20,219,125); }
div.DivClassName
{
background-color: #14DB7D;
}
.BgClassName
{
background-color: #14DB7D;
}
</style>
border-color css
<style>
span { border-color: #14DB7D; }
span { border-color: rgb(20,219,125); }
td.TdClassName
{
border-color: #14DB7D;
}
.TagClassName
{
border-color: #14DB7D;
}
</style>