Shades of Spring Green #14F771
Tints of Spring Green #14F771
RGB
CMYK
RGB Variations
Color information
#14F771 (or 0x14F771) is known color: Spring Green. HEX triplet: 14, F7 and 71. RGB value is (20,247,113). Sum of RGB (Red+Green+Blue) = 20+247+113=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #14F771 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F771 is #EB088E. Grayscale: #A4A4A4. Windows color (decimal): -15403151 or 7468820. OLE color: 7468820.
HSL color Cylindrical-coordinate representation of color #14F771: hue angle of 144.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F771 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 113 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.03 |
| HSL | 144.58º | 0.93% | 0.52% | - |
| HSV(B) | 144.58º | 0.92% | 0.97% | - |
| XYZ | 36.53 | 67.86 | 26.8 | - |
| YUV | 163.85 | 99.29 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 113 | 0.92 | 0 | 0.54 | 0.03 | 144.58 | 0.93 | 0.52 |
| Hex | 14 | F7 | 71 | 5C | 0 | 36 | 3 | 91 | 5D | 34 |
| Octal | 24 | 367 | 161 | 134 | 0 | 66 | 3 | 221 | 135 | 64 |
| Binary | 10100 | 11110111 | 1110001 | 1011100 | 0 | 110110 | 11 | 10010001 | 1011101 | 110100 |
Color Harmonies of #14F771
Complementary color
Monochromatic Colors of #14F771
Black with #14F771
Text Example
Text Example
White with #14F771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F771; }
p { color: rgb(20,247,113); }
H1.HeaderClassName
{
color: #14F771;
}
.AnyTagClassName
{
color: #14F771;
}
</style>
background-color css
<style>
a { background-color: #14F771; }
a { background-color: rgb(20,247,113); }
div.DivClassName
{
background-color: #14F771;
}
.BgClassName
{
background-color: #14F771;
}
</style>
border-color css
<style>
span { border-color: #14F771; }
span { border-color: rgb(20,247,113); }
td.TdClassName
{
border-color: #14F771;
}
.TagClassName
{
border-color: #14F771;
}
</style>