Shades of Spring Green #14F57F
Tints of Spring Green #14F57F
RGB
CMYK
RGB Variations
Color information
#14F57F (or 0x14F57F) is known color: Spring Green. HEX triplet: 14, F5 and 7F. RGB value is (20,245,127). Sum of RGB (Red+Green+Blue) = 20+245+127=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 245 (96.09% from 255 or 62.5% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 245 - color contains mainly: green. Hex color #14F57F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F57F is #EB0A80. Grayscale: #A4A4A4. Windows color (decimal): -15403649 or 8385812. OLE color: 8385812.
HSL color Cylindrical-coordinate representation of color #14F57F: hue angle of 148.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F57F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 127 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.04 |
| HSL | 148.53º | 0.92% | 0.52% | - |
| HSV(B) | 148.53º | 0.92% | 0.96% | - |
| XYZ | 36.77 | 66.99 | 31.07 | - |
| YUV | 164.27 | 106.96 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 127 | 0.92 | 0 | 0.48 | 0.04 | 148.53 | 0.92 | 0.52 |
| Hex | 14 | F5 | 7F | 5C | 0 | 30 | 4 | 95 | 5C | 34 |
| Octal | 24 | 365 | 177 | 134 | 0 | 60 | 4 | 225 | 134 | 64 |
| Binary | 10100 | 11110101 | 1111111 | 1011100 | 0 | 110000 | 100 | 10010101 | 1011100 | 110100 |
Color Harmonies of #14F57F
Complementary color
Monochromatic Colors of #14F57F
Black with #14F57F
Text Example
Text Example
White with #14F57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F57F; }
p { color: rgb(20,245,127); }
H1.HeaderClassName
{
color: #14F57F;
}
.AnyTagClassName
{
color: #14F57F;
}
</style>
background-color css
<style>
a { background-color: #14F57F; }
a { background-color: rgb(20,245,127); }
div.DivClassName
{
background-color: #14F57F;
}
.BgClassName
{
background-color: #14F57F;
}
</style>
border-color css
<style>
span { border-color: #14F57F; }
span { border-color: rgb(20,245,127); }
td.TdClassName
{
border-color: #14F57F;
}
.TagClassName
{
border-color: #14F57F;
}
</style>