Shades of Spring Green #13DD7A
Tints of Spring Green #13DD7A
RGB
CMYK
RGB Variations
Color information
#13DD7A (or 0x13DD7A) is known color: Spring Green. HEX triplet: 13, DD and 7A. RGB value is (19,221,122). Sum of RGB (Red+Green+Blue) = 19+221+122=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DD7A is #EC2285. Grayscale: #959595. Windows color (decimal): -15475334 or 8051987. OLE color: 8051987.
HSL color Cylindrical-coordinate representation of color #13DD7A: hue angle of 150.59º 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 #13DD7A is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 122 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.13 |
| HSL | 150.59º | 0.84% | 0.47% | - |
| HSV(B) | 150.59º | 0.91% | 0.87% | - |
| XYZ | 29.64 | 53.26 | 27.13 | - |
| YUV | 149.32 | 112.58 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 122 | 0.91 | 0 | 0.45 | 0.13 | 150.59 | 0.84 | 0.47 |
| Hex | 13 | DD | 7A | 5B | 0 | 2D | D | 97 | 54 | 2F |
| Octal | 23 | 335 | 172 | 133 | 0 | 55 | 15 | 227 | 124 | 57 |
| Binary | 10011 | 11011101 | 1111010 | 1011011 | 0 | 101101 | 1101 | 10010111 | 1010100 | 101111 |
Color Harmonies of #13DD7A
Complementary color
Monochromatic Colors of #13DD7A
Black with #13DD7A
Text Example
Text Example
White with #13DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DD7A; }
p { color: rgb(19,221,122); }
H1.HeaderClassName
{
color: #13DD7A;
}
.AnyTagClassName
{
color: #13DD7A;
}
</style>
background-color css
<style>
a { background-color: #13DD7A; }
a { background-color: rgb(19,221,122); }
div.DivClassName
{
background-color: #13DD7A;
}
.BgClassName
{
background-color: #13DD7A;
}
</style>
border-color css
<style>
span { border-color: #13DD7A; }
span { border-color: rgb(19,221,122); }
td.TdClassName
{
border-color: #13DD7A;
}
.TagClassName
{
border-color: #13DD7A;
}
</style>