Shades of Spring Green #13FF7E
Tints of Spring Green #13FF7E
RGB
CMYK
RGB Variations
Color information
#13FF7E (or 0x13FF7E) is known color: Spring Green. HEX triplet: 13, FF and 7E. RGB value is (19,255,126). Sum of RGB (Red+Green+Blue) = 19+255+126=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FF7E is #EC0081. Grayscale: #AAAAAA. Windows color (decimal): -15466626 or 8322835. OLE color: 8322835.
HSL color Cylindrical-coordinate representation of color #13FF7E: hue angle of 147.2º 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 #13FF7E is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 126 | - |
| CMYK | 0.93 | 0 | 0.51 | 0 |
| HSL | 147.2º | 1% | 0.54% | - |
| HSV(B) | 147.2º | 0.93% | 1% | - |
| XYZ | 39.79 | 73.16 | 31.76 | - |
| YUV | 169.73 | 103.31 | 20.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 126 | 0.93 | 0 | 0.51 | 0 | 147.2 | 1 | 0.54 |
| Hex | 13 | FF | 7E | 5D | 0 | 33 | 0 | 93 | 64 | 36 |
| Octal | 23 | 377 | 176 | 135 | 0 | 63 | 0 | 223 | 144 | 66 |
| Binary | 10011 | 11111111 | 1111110 | 1011101 | 0 | 110011 | 0 | 10010011 | 1100100 | 110110 |
Color Harmonies of #13FF7E
Complementary color
Monochromatic Colors of #13FF7E
Black with #13FF7E
Text Example
Text Example
White with #13FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FF7E; }
p { color: rgb(19,255,126); }
H1.HeaderClassName
{
color: #13FF7E;
}
.AnyTagClassName
{
color: #13FF7E;
}
</style>
background-color css
<style>
a { background-color: #13FF7E; }
a { background-color: rgb(19,255,126); }
div.DivClassName
{
background-color: #13FF7E;
}
.BgClassName
{
background-color: #13FF7E;
}
</style>
border-color css
<style>
span { border-color: #13FF7E; }
span { border-color: rgb(19,255,126); }
td.TdClassName
{
border-color: #13FF7E;
}
.TagClassName
{
border-color: #13FF7E;
}
</style>