Shades of Spring Green #13F17D
Tints of Spring Green #13F17D
RGB
CMYK
RGB Variations
Color information
#13F17D (or 0x13F17D) is known color: Spring Green. HEX triplet: 13, F1 and 7D. RGB value is (19,241,125). Sum of RGB (Red+Green+Blue) = 19+241+125=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 241 (94.53% from 255 or 62.60% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 241 - color contains mainly: green. Hex color #13F17D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F17D is #EC0E82. Grayscale: #A1A1A1. Windows color (decimal): -15470211 or 8253715. OLE color: 8253715.
HSL color Cylindrical-coordinate representation of color #13F17D: hue angle of 148.65º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F17D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 125 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.05 |
| HSL | 148.65º | 0.89% | 0.51% | - |
| HSV(B) | 148.65º | 0.92% | 0.95% | - |
| XYZ | 35.43 | 64.53 | 29.99 | - |
| YUV | 161.4 | 107.45 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 125 | 0.92 | 0 | 0.48 | 0.05 | 148.65 | 0.89 | 0.51 |
| Hex | 13 | F1 | 7D | 5C | 0 | 30 | 5 | 95 | 59 | 33 |
| Octal | 23 | 361 | 175 | 134 | 0 | 60 | 5 | 225 | 131 | 63 |
| Binary | 10011 | 11110001 | 1111101 | 1011100 | 0 | 110000 | 101 | 10010101 | 1011001 | 110011 |
Color Harmonies of #13F17D
Complementary color
Monochromatic Colors of #13F17D
Black with #13F17D
Text Example
Text Example
White with #13F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F17D; }
p { color: rgb(19,241,125); }
H1.HeaderClassName
{
color: #13F17D;
}
.AnyTagClassName
{
color: #13F17D;
}
</style>
background-color css
<style>
a { background-color: #13F17D; }
a { background-color: rgb(19,241,125); }
div.DivClassName
{
background-color: #13F17D;
}
.BgClassName
{
background-color: #13F17D;
}
</style>
border-color css
<style>
span { border-color: #13F17D; }
span { border-color: rgb(19,241,125); }
td.TdClassName
{
border-color: #13F17D;
}
.TagClassName
{
border-color: #13F17D;
}
</style>