Shades of Spring Green #19FC85
Tints of Spring Green #19FC85
RGB
CMYK
RGB Variations
Color information
#19FC85 (or 0x19FC85) is known color: Spring Green. HEX triplet: 19, FC and 85. RGB value is (25,252,133). Sum of RGB (Red+Green+Blue) = 25+252+133=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #19FC85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #19FC85 is #E6037A. Grayscale: #AAAAAA. Windows color (decimal): -15074171 or 8780825. OLE color: 8780825.
HSL color Cylindrical-coordinate representation of color #19FC85: hue angle of 148.55º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FC85 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 133 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.01 |
| HSL | 148.55º | 0.97% | 0.54% | - |
| HSV(B) | 148.55º | 0.9% | 0.99% | - |
| XYZ | 39.44 | 71.52 | 33.92 | - |
| YUV | 170.56 | 106.79 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 133 | 0.90 | 0 | 0.47 | 0.01 | 148.55 | 0.97 | 0.54 |
| Hex | 19 | FC | 85 | 5A | 0 | 2F | 1 | 95 | 61 | 36 |
| Octal | 31 | 374 | 205 | 132 | 0 | 57 | 1 | 225 | 141 | 66 |
| Binary | 11001 | 11111100 | 10000101 | 1011010 | 0 | 101111 | 1 | 10010101 | 1100001 | 110110 |
Color Harmonies of #19FC85
Complementary color
Monochromatic Colors of #19FC85
Black with #19FC85
Text Example
Text Example
White with #19FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FC85; }
p { color: rgb(25,252,133); }
H1.HeaderClassName
{
color: #19FC85;
}
.AnyTagClassName
{
color: #19FC85;
}
</style>
background-color css
<style>
a { background-color: #19FC85; }
a { background-color: rgb(25,252,133); }
div.DivClassName
{
background-color: #19FC85;
}
.BgClassName
{
background-color: #19FC85;
}
</style>
border-color css
<style>
span { border-color: #19FC85; }
span { border-color: rgb(25,252,133); }
td.TdClassName
{
border-color: #19FC85;
}
.TagClassName
{
border-color: #19FC85;
}
</style>