Shades of Spring Green #13FA7D
Tints of Spring Green #13FA7D
RGB
CMYK
RGB Variations
Color information
#13FA7D (or 0x13FA7D) is known color: Spring Green. HEX triplet: 13, FA and 7D. RGB value is (19,250,125). Sum of RGB (Red+Green+Blue) = 19+250+125=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FA7D is #EC0582. Grayscale: #A6A6A6. Windows color (decimal): -15467907 or 8256019. OLE color: 8256019.
HSL color Cylindrical-coordinate representation of color #13FA7D: hue angle of 147.53º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA7D is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 125 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.02 |
| HSL | 147.53º | 0.96% | 0.53% | - |
| HSV(B) | 147.53º | 0.92% | 0.98% | - |
| XYZ | 38.16 | 69.99 | 30.9 | - |
| YUV | 166.68 | 104.47 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 125 | 0.92 | 0 | 0.50 | 0.02 | 147.53 | 0.96 | 0.53 |
| Hex | 13 | FA | 7D | 5C | 0 | 32 | 2 | 94 | 60 | 35 |
| Octal | 23 | 372 | 175 | 134 | 0 | 62 | 2 | 224 | 140 | 65 |
| Binary | 10011 | 11111010 | 1111101 | 1011100 | 0 | 110010 | 10 | 10010100 | 1100000 | 110101 |
Color Harmonies of #13FA7D
Complementary color
Monochromatic Colors of #13FA7D
Black with #13FA7D
Text Example
Text Example
White with #13FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FA7D; }
p { color: rgb(19,250,125); }
H1.HeaderClassName
{
color: #13FA7D;
}
.AnyTagClassName
{
color: #13FA7D;
}
</style>
background-color css
<style>
a { background-color: #13FA7D; }
a { background-color: rgb(19,250,125); }
div.DivClassName
{
background-color: #13FA7D;
}
.BgClassName
{
background-color: #13FA7D;
}
</style>
border-color css
<style>
span { border-color: #13FA7D; }
span { border-color: rgb(19,250,125); }
td.TdClassName
{
border-color: #13FA7D;
}
.TagClassName
{
border-color: #13FA7D;
}
</style>