Shades of Spring Green #13F37B
Tints of Spring Green #13F37B
RGB
CMYK
RGB Variations
Color information
#13F37B (or 0x13F37B) is known color: Spring Green. HEX triplet: 13, F3 and 7B. RGB value is (19,243,123). Sum of RGB (Red+Green+Blue) = 19+243+123=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #13F37B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F37B is #EC0C84. Grayscale: #A2A2A2. Windows color (decimal): -15469701 or 8123155. OLE color: 8123155.
HSL color Cylindrical-coordinate representation of color #13F37B: hue angle of 147.86º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F37B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 123 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.05 |
| HSL | 147.86º | 0.9% | 0.51% | - |
| HSV(B) | 147.86º | 0.92% | 0.95% | - |
| XYZ | 35.89 | 65.67 | 29.52 | - |
| YUV | 162.34 | 105.79 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 123 | 0.92 | 0 | 0.49 | 0.05 | 147.86 | 0.9 | 0.51 |
| Hex | 13 | F3 | 7B | 5C | 0 | 31 | 5 | 94 | 5A | 33 |
| Octal | 23 | 363 | 173 | 134 | 0 | 61 | 5 | 224 | 132 | 63 |
| Binary | 10011 | 11110011 | 1111011 | 1011100 | 0 | 110001 | 101 | 10010100 | 1011010 | 110011 |
Color Harmonies of #13F37B
Complementary color
Monochromatic Colors of #13F37B
Black with #13F37B
Text Example
Text Example
White with #13F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F37B; }
p { color: rgb(19,243,123); }
H1.HeaderClassName
{
color: #13F37B;
}
.AnyTagClassName
{
color: #13F37B;
}
</style>
background-color css
<style>
a { background-color: #13F37B; }
a { background-color: rgb(19,243,123); }
div.DivClassName
{
background-color: #13F37B;
}
.BgClassName
{
background-color: #13F37B;
}
</style>
border-color css
<style>
span { border-color: #13F37B; }
span { border-color: rgb(19,243,123); }
td.TdClassName
{
border-color: #13F37B;
}
.TagClassName
{
border-color: #13F37B;
}
</style>