Shades of Spring Green #14DB79
Tints of Spring Green #14DB79
RGB
CMYK
RGB Variations
Color information
#14DB79 (or 0x14DB79) is known color: Spring Green. HEX triplet: 14, DB and 79. RGB value is (20,219,121). Sum of RGB (Red+Green+Blue) = 20+219+121=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB79 is #EB2486. Grayscale: #949494. Windows color (decimal): -15410311 or 7985940. OLE color: 7985940.
HSL color Cylindrical-coordinate representation of color #14DB79: hue angle of 150.45º 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 #14DB79 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 121 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.14 |
| HSL | 150.45º | 0.83% | 0.47% | - |
| HSV(B) | 150.45º | 0.91% | 0.86% | - |
| XYZ | 29.07 | 52.19 | 26.63 | - |
| YUV | 148.33 | 112.57 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 121 | 0.91 | 0 | 0.45 | 0.14 | 150.45 | 0.83 | 0.47 |
| Hex | 14 | DB | 79 | 5B | 0 | 2D | E | 96 | 53 | 2F |
| Octal | 24 | 333 | 171 | 133 | 0 | 55 | 16 | 226 | 123 | 57 |
| Binary | 10100 | 11011011 | 1111001 | 1011011 | 0 | 101101 | 1110 | 10010110 | 1010011 | 101111 |
Color Harmonies of #14DB79
Complementary color
Monochromatic Colors of #14DB79
Black with #14DB79
Text Example
Text Example
White with #14DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB79; }
p { color: rgb(20,219,121); }
H1.HeaderClassName
{
color: #14DB79;
}
.AnyTagClassName
{
color: #14DB79;
}
</style>
background-color css
<style>
a { background-color: #14DB79; }
a { background-color: rgb(20,219,121); }
div.DivClassName
{
background-color: #14DB79;
}
.BgClassName
{
background-color: #14DB79;
}
</style>
border-color css
<style>
span { border-color: #14DB79; }
span { border-color: rgb(20,219,121); }
td.TdClassName
{
border-color: #14DB79;
}
.TagClassName
{
border-color: #14DB79;
}
</style>