Shades of Spring Green #14DF7D
Tints of Spring Green #14DF7D
RGB
CMYK
RGB Variations
Color information
#14DF7D (or 0x14DF7D) is known color: Spring Green. HEX triplet: 14, DF and 7D. RGB value is (20,223,125). Sum of RGB (Red+Green+Blue) = 20+223+125=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF7D is #EB2082. Grayscale: #979797. Windows color (decimal): -15409283 or 8249108. OLE color: 8249108.
HSL color Cylindrical-coordinate representation of color #14DF7D: hue angle of 151.03º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF7D is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 125 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.13 |
| HSL | 151.03º | 0.84% | 0.48% | - |
| HSV(B) | 151.03º | 0.91% | 0.87% | - |
| XYZ | 30.38 | 54.4 | 28.3 | - |
| YUV | 151.13 | 113.25 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 125 | 0.91 | 0 | 0.44 | 0.13 | 151.03 | 0.84 | 0.48 |
| Hex | 14 | DF | 7D | 5B | 0 | 2C | D | 97 | 54 | 30 |
| Octal | 24 | 337 | 175 | 133 | 0 | 54 | 15 | 227 | 124 | 60 |
| Binary | 10100 | 11011111 | 1111101 | 1011011 | 0 | 101100 | 1101 | 10010111 | 1010100 | 110000 |
Color Harmonies of #14DF7D
Complementary color
Monochromatic Colors of #14DF7D
Black with #14DF7D
Text Example
Text Example
White with #14DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF7D; }
p { color: rgb(20,223,125); }
H1.HeaderClassName
{
color: #14DF7D;
}
.AnyTagClassName
{
color: #14DF7D;
}
</style>
background-color css
<style>
a { background-color: #14DF7D; }
a { background-color: rgb(20,223,125); }
div.DivClassName
{
background-color: #14DF7D;
}
.BgClassName
{
background-color: #14DF7D;
}
</style>
border-color css
<style>
span { border-color: #14DF7D; }
span { border-color: rgb(20,223,125); }
td.TdClassName
{
border-color: #14DF7D;
}
.TagClassName
{
border-color: #14DF7D;
}
</style>