Shades of Spring Green #13FF8D
Tints of Spring Green #13FF8D
RGB
CMYK
RGB Variations
Color information
#13FF8D (or 0x13FF8D) is known color: Spring Green. HEX triplet: 13, FF and 8D. RGB value is (19,255,141). Sum of RGB (Red+Green+Blue) = 19+255+141=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FF8D is #EC0072. Grayscale: #ABABAB. Windows color (decimal): -15466611 or 9305875. OLE color: 9305875.
HSL color Cylindrical-coordinate representation of color #13FF8D: hue angle of 151.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FF8D is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 141 | - |
| CMYK | 0.93 | 0 | 0.45 | 0 |
| HSL | 151.02º | 1% | 0.54% | - |
| HSV(B) | 151.02º | 0.93% | 1% | - |
| XYZ | 40.84 | 73.58 | 37.25 | - |
| YUV | 171.44 | 110.81 | 19.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 141 | 0.93 | 0 | 0.45 | 0 | 151.02 | 1 | 0.54 |
| Hex | 13 | FF | 8D | 5D | 0 | 2D | 0 | 97 | 64 | 36 |
| Octal | 23 | 377 | 215 | 135 | 0 | 55 | 0 | 227 | 144 | 66 |
| Binary | 10011 | 11111111 | 10001101 | 1011101 | 0 | 101101 | 0 | 10010111 | 1100100 | 110110 |
Color Harmonies of #13FF8D
Complementary color
Monochromatic Colors of #13FF8D
Black with #13FF8D
Text Example
Text Example
White with #13FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF8D; }
p { color: rgb(19,255,141); }
H1.HeaderClassName
{
color: #13FF8D;
}
.AnyTagClassName
{
color: #13FF8D;
}
</style>
background-color css
<style>
a { background-color: #13FF8D; }
a { background-color: rgb(19,255,141); }
div.DivClassName
{
background-color: #13FF8D;
}
.BgClassName
{
background-color: #13FF8D;
}
</style>
border-color css
<style>
span { border-color: #13FF8D; }
span { border-color: rgb(19,255,141); }
td.TdClassName
{
border-color: #13FF8D;
}
.TagClassName
{
border-color: #13FF8D;
}
</style>