Shades of Spring Green #14F77D
Tints of Spring Green #14F77D
RGB
CMYK
RGB Variations
Color information
#14F77D (or 0x14F77D) is known color: Spring Green. HEX triplet: 14, F7 and 7D. RGB value is (20,247,125). Sum of RGB (Red+Green+Blue) = 20+247+125=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 247 (96.88% from 255 or 63.01% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 247 - color contains mainly: green. Hex color #14F77D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F77D is #EB0882. Grayscale: #A5A5A5. Windows color (decimal): -15403139 or 8255252. OLE color: 8255252.
HSL color Cylindrical-coordinate representation of color #14F77D: hue angle of 147.75º 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 #14F77D is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 125 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.03 |
| HSL | 147.75º | 0.93% | 0.52% | - |
| HSV(B) | 147.75º | 0.92% | 0.97% | - |
| XYZ | 37.25 | 68.15 | 30.59 | - |
| YUV | 165.22 | 105.29 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 125 | 0.92 | 0 | 0.49 | 0.03 | 147.75 | 0.93 | 0.52 |
| Hex | 14 | F7 | 7D | 5C | 0 | 31 | 3 | 94 | 5D | 34 |
| Octal | 24 | 367 | 175 | 134 | 0 | 61 | 3 | 224 | 135 | 64 |
| Binary | 10100 | 11110111 | 1111101 | 1011100 | 0 | 110001 | 11 | 10010100 | 1011101 | 110100 |
Color Harmonies of #14F77D
Complementary color
Monochromatic Colors of #14F77D
Black with #14F77D
Text Example
Text Example
White with #14F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F77D; }
p { color: rgb(20,247,125); }
H1.HeaderClassName
{
color: #14F77D;
}
.AnyTagClassName
{
color: #14F77D;
}
</style>
background-color css
<style>
a { background-color: #14F77D; }
a { background-color: rgb(20,247,125); }
div.DivClassName
{
background-color: #14F77D;
}
.BgClassName
{
background-color: #14F77D;
}
</style>
border-color css
<style>
span { border-color: #14F77D; }
span { border-color: rgb(20,247,125); }
td.TdClassName
{
border-color: #14F77D;
}
.TagClassName
{
border-color: #14F77D;
}
</style>