Shades of Spring Green #13DF78
Tints of Spring Green #13DF78
RGB
CMYK
RGB Variations
Color information
#13DF78 (or 0x13DF78) is known color: Spring Green. HEX triplet: 13, DF and 78. RGB value is (19,223,120). Sum of RGB (Red+Green+Blue) = 19+223+120=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DF78 is #EC2087. Grayscale: #969696. Windows color (decimal): -15474824 or 7921427. OLE color: 7921427.
HSL color Cylindrical-coordinate representation of color #13DF78: hue angle of 149.71º 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 #13DF78 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 120 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.13 |
| HSL | 149.71º | 0.84% | 0.47% | - |
| HSV(B) | 149.71º | 0.91% | 0.87% | - |
| XYZ | 30.05 | 54.27 | 26.66 | - |
| YUV | 150.26 | 110.91 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 120 | 0.91 | 0 | 0.46 | 0.13 | 149.71 | 0.84 | 0.47 |
| Hex | 13 | DF | 78 | 5B | 0 | 2E | D | 96 | 54 | 2F |
| Octal | 23 | 337 | 170 | 133 | 0 | 56 | 15 | 226 | 124 | 57 |
| Binary | 10011 | 11011111 | 1111000 | 1011011 | 0 | 101110 | 1101 | 10010110 | 1010100 | 101111 |
Color Harmonies of #13DF78
Complementary color
Monochromatic Colors of #13DF78
Black with #13DF78
Text Example
Text Example
White with #13DF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF78; }
p { color: rgb(19,223,120); }
H1.HeaderClassName
{
color: #13DF78;
}
.AnyTagClassName
{
color: #13DF78;
}
</style>
background-color css
<style>
a { background-color: #13DF78; }
a { background-color: rgb(19,223,120); }
div.DivClassName
{
background-color: #13DF78;
}
.BgClassName
{
background-color: #13DF78;
}
</style>
border-color css
<style>
span { border-color: #13DF78; }
span { border-color: rgb(19,223,120); }
td.TdClassName
{
border-color: #13DF78;
}
.TagClassName
{
border-color: #13DF78;
}
</style>