Shades of Spring Green #14F37D
Tints of Spring Green #14F37D
RGB
CMYK
RGB Variations
Color information
#14F37D (or 0x14F37D) is known color: Spring Green. HEX triplet: 14, F3 and 7D. RGB value is (20,243,125). Sum of RGB (Red+Green+Blue) = 20+243+125=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 243 (95.31% from 255 or 62.63% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 243 - color contains mainly: green. Hex color #14F37D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F37D is #EB0C82. Grayscale: #A3A3A3. Windows color (decimal): -15404163 or 8254228. OLE color: 8254228.
HSL color Cylindrical-coordinate representation of color #14F37D: hue angle of 148.25º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F37D is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 125 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.05 |
| HSL | 148.25º | 0.9% | 0.52% | - |
| HSV(B) | 148.25º | 0.92% | 0.95% | - |
| XYZ | 36.04 | 65.73 | 30.19 | - |
| YUV | 162.87 | 106.62 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 125 | 0.92 | 0 | 0.49 | 0.05 | 148.25 | 0.9 | 0.52 |
| Hex | 14 | F3 | 7D | 5C | 0 | 31 | 5 | 94 | 5A | 34 |
| Octal | 24 | 363 | 175 | 134 | 0 | 61 | 5 | 224 | 132 | 64 |
| Binary | 10100 | 11110011 | 1111101 | 1011100 | 0 | 110001 | 101 | 10010100 | 1011010 | 110100 |
Color Harmonies of #14F37D
Complementary color
Monochromatic Colors of #14F37D
Black with #14F37D
Text Example
Text Example
White with #14F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F37D; }
p { color: rgb(20,243,125); }
H1.HeaderClassName
{
color: #14F37D;
}
.AnyTagClassName
{
color: #14F37D;
}
</style>
background-color css
<style>
a { background-color: #14F37D; }
a { background-color: rgb(20,243,125); }
div.DivClassName
{
background-color: #14F37D;
}
.BgClassName
{
background-color: #14F37D;
}
</style>
border-color css
<style>
span { border-color: #14F37D; }
span { border-color: rgb(20,243,125); }
td.TdClassName
{
border-color: #14F37D;
}
.TagClassName
{
border-color: #14F37D;
}
</style>