Shades of Spring Green #13F87C
Tints of Spring Green #13F87C
RGB
CMYK
RGB Variations
Color information
#13F87C (or 0x13F87C) is known color: Spring Green. HEX triplet: 13, F8 and 7C. RGB value is (19,248,124). Sum of RGB (Red+Green+Blue) = 19+248+124=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #13F87C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F87C is #EC0783. Grayscale: #A5A5A5. Windows color (decimal): -15468420 or 8189971. OLE color: 8189971.
HSL color Cylindrical-coordinate representation of color #13F87C: hue angle of 147.51º degrees, saturation: 0.94, 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 #13F87C is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 248 | 124 | - |
| CMYK | 0.92 | 0 | 0.5 | 0.03 |
| HSL | 147.51º | 0.94% | 0.52% | - |
| HSV(B) | 147.51º | 0.92% | 0.97% | - |
| XYZ | 37.47 | 68.73 | 30.36 | - |
| YUV | 165.39 | 104.63 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 248 | 124 | 0.92 | 0 | 0.5 | 0.03 | 147.51 | 0.94 | 0.52 |
| Hex | 13 | F8 | 7C | 5C | 0 | 32 | 3 | 94 | 5E | 34 |
| Octal | 23 | 370 | 174 | 134 | 0 | 62 | 3 | 224 | 136 | 64 |
| Binary | 10011 | 11111000 | 1111100 | 1011100 | 0 | 110010 | 11 | 10010100 | 1011110 | 110100 |
Color Harmonies of #13F87C
Complementary color
Monochromatic Colors of #13F87C
Black with #13F87C
Text Example
Text Example
White with #13F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F87C; }
p { color: rgb(19,248,124); }
H1.HeaderClassName
{
color: #13F87C;
}
.AnyTagClassName
{
color: #13F87C;
}
</style>
background-color css
<style>
a { background-color: #13F87C; }
a { background-color: rgb(19,248,124); }
div.DivClassName
{
background-color: #13F87C;
}
.BgClassName
{
background-color: #13F87C;
}
</style>
border-color css
<style>
span { border-color: #13F87C; }
span { border-color: rgb(19,248,124); }
td.TdClassName
{
border-color: #13F87C;
}
.TagClassName
{
border-color: #13F87C;
}
</style>