Shades of Spring Green #19F385
Tints of Spring Green #19F385
RGB
CMYK
RGB Variations
Color information
#19F385 (or 0x19F385) is known color: Spring Green. HEX triplet: 19, F3 and 85. RGB value is (25,243,133). Sum of RGB (Red+Green+Blue) = 25+243+133=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #19F385 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #19F385 is #E60C7A. Grayscale: #A5A5A5. Windows color (decimal): -15076475 or 8778521. OLE color: 8778521.
HSL color Cylindrical-coordinate representation of color #19F385: hue angle of 149.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F385 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 133 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.05 |
| HSL | 149.72º | 0.9% | 0.53% | - |
| HSV(B) | 149.72º | 0.9% | 0.95% | - |
| XYZ | 36.69 | 66 | 33 | - |
| YUV | 165.28 | 109.78 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 133 | 0.90 | 0 | 0.45 | 0.05 | 149.72 | 0.9 | 0.53 |
| Hex | 19 | F3 | 85 | 5A | 0 | 2D | 5 | 96 | 5A | 35 |
| Octal | 31 | 363 | 205 | 132 | 0 | 55 | 5 | 226 | 132 | 65 |
| Binary | 11001 | 11110011 | 10000101 | 1011010 | 0 | 101101 | 101 | 10010110 | 1011010 | 110101 |
Color Harmonies of #19F385
Complementary color
Monochromatic Colors of #19F385
Black with #19F385
Text Example
Text Example
White with #19F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F385; }
p { color: rgb(25,243,133); }
H1.HeaderClassName
{
color: #19F385;
}
.AnyTagClassName
{
color: #19F385;
}
</style>
background-color css
<style>
a { background-color: #19F385; }
a { background-color: rgb(25,243,133); }
div.DivClassName
{
background-color: #19F385;
}
.BgClassName
{
background-color: #19F385;
}
</style>
border-color css
<style>
span { border-color: #19F385; }
span { border-color: rgb(25,243,133); }
td.TdClassName
{
border-color: #19F385;
}
.TagClassName
{
border-color: #19F385;
}
</style>