Shades of Spring Green #13DC7B
Tints of Spring Green #13DC7B
RGB
CMYK
RGB Variations
Color information
#13DC7B (or 0x13DC7B) is known color: Spring Green. HEX triplet: 13, DC and 7B. RGB value is (19,220,123). Sum of RGB (Red+Green+Blue) = 19+220+123=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DC7B is #EC2384. Grayscale: #959595. Windows color (decimal): -15475589 or 8117267. OLE color: 8117267.
HSL color Cylindrical-coordinate representation of color #13DC7B: hue angle of 151.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC7B is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 123 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.14 |
| HSL | 151.04º | 0.84% | 0.47% | - |
| HSV(B) | 151.04º | 0.91% | 0.86% | - |
| XYZ | 29.44 | 52.75 | 27.37 | - |
| YUV | 148.84 | 113.41 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 123 | 0.91 | 0 | 0.44 | 0.14 | 151.04 | 0.84 | 0.47 |
| Hex | 13 | DC | 7B | 5B | 0 | 2C | E | 97 | 54 | 2F |
| Octal | 23 | 334 | 173 | 133 | 0 | 54 | 16 | 227 | 124 | 57 |
| Binary | 10011 | 11011100 | 1111011 | 1011011 | 0 | 101100 | 1110 | 10010111 | 1010100 | 101111 |
Color Harmonies of #13DC7B
Complementary color
Monochromatic Colors of #13DC7B
Black with #13DC7B
Text Example
Text Example
White with #13DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC7B; }
p { color: rgb(19,220,123); }
H1.HeaderClassName
{
color: #13DC7B;
}
.AnyTagClassName
{
color: #13DC7B;
}
</style>
background-color css
<style>
a { background-color: #13DC7B; }
a { background-color: rgb(19,220,123); }
div.DivClassName
{
background-color: #13DC7B;
}
.BgClassName
{
background-color: #13DC7B;
}
</style>
border-color css
<style>
span { border-color: #13DC7B; }
span { border-color: rgb(19,220,123); }
td.TdClassName
{
border-color: #13DC7B;
}
.TagClassName
{
border-color: #13DC7B;
}
</style>