Shades of Spring Green #14DE81
Tints of Spring Green #14DE81
RGB
CMYK
RGB Variations
Color information
#14DE81 (or 0x14DE81) is known color: Spring Green. HEX triplet: 14, DE and 81. RGB value is (20,222,129). Sum of RGB (Red+Green+Blue) = 20+222+129=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DE81 is #EB217E. Grayscale: #979797. Windows color (decimal): -15409535 or 8510996. OLE color: 8510996.
HSL color Cylindrical-coordinate representation of color #14DE81: hue angle of 152.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DE81 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 129 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.13 |
| HSL | 152.38º | 0.83% | 0.47% | - |
| HSV(B) | 152.38º | 0.91% | 0.87% | - |
| XYZ | 30.37 | 53.98 | 29.59 | - |
| YUV | 151 | 115.58 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 129 | 0.91 | 0 | 0.42 | 0.13 | 152.38 | 0.83 | 0.47 |
| Hex | 14 | DE | 81 | 5B | 0 | 2A | D | 98 | 53 | 2F |
| Octal | 24 | 336 | 201 | 133 | 0 | 52 | 15 | 230 | 123 | 57 |
| Binary | 10100 | 11011110 | 10000001 | 1011011 | 0 | 101010 | 1101 | 10011000 | 1010011 | 101111 |
Color Harmonies of #14DE81
Complementary color
Monochromatic Colors of #14DE81
Black with #14DE81
Text Example
Text Example
White with #14DE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DE81; }
p { color: rgb(20,222,129); }
H1.HeaderClassName
{
color: #14DE81;
}
.AnyTagClassName
{
color: #14DE81;
}
</style>
background-color css
<style>
a { background-color: #14DE81; }
a { background-color: rgb(20,222,129); }
div.DivClassName
{
background-color: #14DE81;
}
.BgClassName
{
background-color: #14DE81;
}
</style>
border-color css
<style>
span { border-color: #14DE81; }
span { border-color: rgb(20,222,129); }
td.TdClassName
{
border-color: #14DE81;
}
.TagClassName
{
border-color: #14DE81;
}
</style>