Shades of Spring Green #13E285
Tints of Spring Green #13E285
RGB
CMYK
RGB Variations
Color information
#13E285 (or 0x13E285) is known color: Spring Green. HEX triplet: 13, E2 and 85. RGB value is (19,226,133). Sum of RGB (Red+Green+Blue) = 19+226+133=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 226 (88.67% from 255 or 59.79% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 226 - color contains mainly: green. Hex color #13E285 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E285 is #EC1D7A. Grayscale: #999999. Windows color (decimal): -15474043 or 8774163. OLE color: 8774163.
HSL color Cylindrical-coordinate representation of color #13E285: hue angle of 153.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E285 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 133 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.11 |
| HSL | 153.04º | 0.84% | 0.48% | - |
| HSV(B) | 153.04º | 0.92% | 0.89% | - |
| XYZ | 31.7 | 56.22 | 31.37 | - |
| YUV | 153.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 133 | 0.92 | 0 | 0.41 | 0.11 | 153.04 | 0.84 | 0.48 |
| Hex | 13 | E2 | 85 | 5C | 0 | 29 | B | 99 | 54 | 30 |
| Octal | 23 | 342 | 205 | 134 | 0 | 51 | 13 | 231 | 124 | 60 |
| Binary | 10011 | 11100010 | 10000101 | 1011100 | 0 | 101001 | 1011 | 10011001 | 1010100 | 110000 |
Color Harmonies of #13E285
Complementary color
Monochromatic Colors of #13E285
Black with #13E285
Text Example
Text Example
White with #13E285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E285; }
p { color: rgb(19,226,133); }
H1.HeaderClassName
{
color: #13E285;
}
.AnyTagClassName
{
color: #13E285;
}
</style>
background-color css
<style>
a { background-color: #13E285; }
a { background-color: rgb(19,226,133); }
div.DivClassName
{
background-color: #13E285;
}
.BgClassName
{
background-color: #13E285;
}
</style>
border-color css
<style>
span { border-color: #13E285; }
span { border-color: rgb(19,226,133); }
td.TdClassName
{
border-color: #13E285;
}
.TagClassName
{
border-color: #13E285;
}
</style>