Shades of Spring Green #13EF7D
Tints of Spring Green #13EF7D
RGB
CMYK
RGB Variations
Color information
#13EF7D (or 0x13EF7D) is known color: Spring Green. HEX triplet: 13, EF and 7D. RGB value is (19,239,125). Sum of RGB (Red+Green+Blue) = 19+239+125=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 239 (93.75% from 255 or 62.40% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF7D is #EC1082. Grayscale: #A0A0A0. Windows color (decimal): -15470723 or 8253203. OLE color: 8253203.
HSL color Cylindrical-coordinate representation of color #13EF7D: hue angle of 148.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF7D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 125 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.06 |
| HSL | 148.91º | 0.87% | 0.51% | - |
| HSV(B) | 148.91º | 0.92% | 0.94% | - |
| XYZ | 34.84 | 63.35 | 29.79 | - |
| YUV | 160.22 | 108.11 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 125 | 0.92 | 0 | 0.48 | 0.06 | 148.91 | 0.87 | 0.51 |
| Hex | 13 | EF | 7D | 5C | 0 | 30 | 6 | 95 | 57 | 33 |
| Octal | 23 | 357 | 175 | 134 | 0 | 60 | 6 | 225 | 127 | 63 |
| Binary | 10011 | 11101111 | 1111101 | 1011100 | 0 | 110000 | 110 | 10010101 | 1010111 | 110011 |
Color Harmonies of #13EF7D
Complementary color
Monochromatic Colors of #13EF7D
Black with #13EF7D
Text Example
Text Example
White with #13EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF7D; }
p { color: rgb(19,239,125); }
H1.HeaderClassName
{
color: #13EF7D;
}
.AnyTagClassName
{
color: #13EF7D;
}
</style>
background-color css
<style>
a { background-color: #13EF7D; }
a { background-color: rgb(19,239,125); }
div.DivClassName
{
background-color: #13EF7D;
}
.BgClassName
{
background-color: #13EF7D;
}
</style>
border-color css
<style>
span { border-color: #13EF7D; }
span { border-color: rgb(19,239,125); }
td.TdClassName
{
border-color: #13EF7D;
}
.TagClassName
{
border-color: #13EF7D;
}
</style>