Shades of Spring Green #13FE7C
Tints of Spring Green #13FE7C
RGB
CMYK
RGB Variations
Color information
#13FE7C (or 0x13FE7C) is known color: Spring Green. HEX triplet: 13, FE and 7C. RGB value is (19,254,124). Sum of RGB (Red+Green+Blue) = 19+254+124=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 254 (99.61% from 255 or 63.98% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FE7C is #EC0183. Grayscale: #A9A9A9. Windows color (decimal): -15466884 or 8191507. OLE color: 8191507.
HSL color Cylindrical-coordinate representation of color #13FE7C: hue angle of 146.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE7C is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 124 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.00 |
| HSL | 146.81º | 0.99% | 0.54% | - |
| HSV(B) | 146.81º | 0.93% | 1% | - |
| XYZ | 39.35 | 72.48 | 30.98 | - |
| YUV | 168.92 | 102.64 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 124 | 0.93 | 0 | 0.51 | 0.00 | 146.81 | 0.99 | 0.54 |
| Hex | 13 | FE | 7C | 5D | 0 | 33 | 0 | 93 | 63 | 36 |
| Octal | 23 | 376 | 174 | 135 | 0 | 63 | 0 | 223 | 143 | 66 |
| Binary | 10011 | 11111110 | 1111100 | 1011101 | 0 | 110011 | 0 | 10010011 | 1100011 | 110110 |
Color Harmonies of #13FE7C
Complementary color
Monochromatic Colors of #13FE7C
Black with #13FE7C
Text Example
Text Example
White with #13FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE7C; }
p { color: rgb(19,254,124); }
H1.HeaderClassName
{
color: #13FE7C;
}
.AnyTagClassName
{
color: #13FE7C;
}
</style>
background-color css
<style>
a { background-color: #13FE7C; }
a { background-color: rgb(19,254,124); }
div.DivClassName
{
background-color: #13FE7C;
}
.BgClassName
{
background-color: #13FE7C;
}
</style>
border-color css
<style>
span { border-color: #13FE7C; }
span { border-color: rgb(19,254,124); }
td.TdClassName
{
border-color: #13FE7C;
}
.TagClassName
{
border-color: #13FE7C;
}
</style>