Shades of Spring Green #13DD76
Tints of Spring Green #13DD76
RGB
CMYK
RGB Variations
Color information
#13DD76 (or 0x13DD76) is known color: Spring Green. HEX triplet: 13, DD and 76. RGB value is (19,221,118). Sum of RGB (Red+Green+Blue) = 19+221+118=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DD76 is #EC2289. Grayscale: #959595. Windows color (decimal): -15475338 or 7789843. OLE color: 7789843.
HSL color Cylindrical-coordinate representation of color #13DD76: hue angle of 149.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DD76 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 118 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.13 |
| HSL | 149.41º | 0.84% | 0.47% | - |
| HSV(B) | 149.41º | 0.91% | 0.87% | - |
| XYZ | 29.4 | 53.16 | 25.85 | - |
| YUV | 148.86 | 110.58 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 118 | 0.91 | 0 | 0.47 | 0.13 | 149.41 | 0.84 | 0.47 |
| Hex | 13 | DD | 76 | 5B | 0 | 2F | D | 95 | 54 | 2F |
| Octal | 23 | 335 | 166 | 133 | 0 | 57 | 15 | 225 | 124 | 57 |
| Binary | 10011 | 11011101 | 1110110 | 1011011 | 0 | 101111 | 1101 | 10010101 | 1010100 | 101111 |
Color Harmonies of #13DD76
Complementary color
Monochromatic Colors of #13DD76
Black with #13DD76
Text Example
Text Example
White with #13DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DD76; }
p { color: rgb(19,221,118); }
H1.HeaderClassName
{
color: #13DD76;
}
.AnyTagClassName
{
color: #13DD76;
}
</style>
background-color css
<style>
a { background-color: #13DD76; }
a { background-color: rgb(19,221,118); }
div.DivClassName
{
background-color: #13DD76;
}
.BgClassName
{
background-color: #13DD76;
}
</style>
border-color css
<style>
span { border-color: #13DD76; }
span { border-color: rgb(19,221,118); }
td.TdClassName
{
border-color: #13DD76;
}
.TagClassName
{
border-color: #13DD76;
}
</style>