Shades of Spring Green #13F685
Tints of Spring Green #13F685
RGB
CMYK
RGB Variations
Color information
#13F685 (or 0x13F685) is known color: Spring Green. HEX triplet: 13, F6 and 85. RGB value is (19,246,133). Sum of RGB (Red+Green+Blue) = 19+246+133=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #13F685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F685 is #EC097A. Grayscale: #A5A5A5. Windows color (decimal): -15468923 or 8779283. OLE color: 8779283.
HSL color Cylindrical-coordinate representation of color #13F685: hue angle of 150.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F685 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 246 | 133 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.04 |
| HSL | 150.13º | 0.93% | 0.52% | - |
| HSV(B) | 150.13º | 0.92% | 0.96% | - |
| XYZ | 37.46 | 67.74 | 33.29 | - |
| YUV | 165.25 | 109.79 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 246 | 133 | 0.92 | 0 | 0.46 | 0.04 | 150.13 | 0.93 | 0.52 |
| Hex | 13 | F6 | 85 | 5C | 0 | 2E | 4 | 96 | 5D | 34 |
| Octal | 23 | 366 | 205 | 134 | 0 | 56 | 4 | 226 | 135 | 64 |
| Binary | 10011 | 11110110 | 10000101 | 1011100 | 0 | 101110 | 100 | 10010110 | 1011101 | 110100 |
Color Harmonies of #13F685
Complementary color
Monochromatic Colors of #13F685
Black with #13F685
Text Example
Text Example
White with #13F685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F685; }
p { color: rgb(19,246,133); }
H1.HeaderClassName
{
color: #13F685;
}
.AnyTagClassName
{
color: #13F685;
}
</style>
background-color css
<style>
a { background-color: #13F685; }
a { background-color: rgb(19,246,133); }
div.DivClassName
{
background-color: #13F685;
}
.BgClassName
{
background-color: #13F685;
}
</style>
border-color css
<style>
span { border-color: #13F685; }
span { border-color: rgb(19,246,133); }
td.TdClassName
{
border-color: #13F685;
}
.TagClassName
{
border-color: #13F685;
}
</style>