Shades of Spring Green #19F875
Tints of Spring Green #19F875
RGB
CMYK
RGB Variations
Color information
#19F875 (or 0x19F875) is known color: Spring Green. HEX triplet: 19, F8 and 75. RGB value is (25,248,117). Sum of RGB (Red+Green+Blue) = 25+248+117=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 248 (97.27% from 255 or 63.59% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 248 - color contains mainly: green. Hex color #19F875 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F875 is #E6078A. Grayscale: #A6A6A6. Windows color (decimal): -15075211 or 7731225. OLE color: 7731225.
HSL color Cylindrical-coordinate representation of color #19F875: hue angle of 144.75º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F875 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 117 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.03 |
| HSL | 144.75º | 0.94% | 0.54% | - |
| HSV(B) | 144.75º | 0.9% | 0.97% | - |
| XYZ | 37.18 | 68.63 | 28.12 | - |
| YUV | 166.39 | 100.12 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 117 | 0.90 | 0 | 0.53 | 0.03 | 144.75 | 0.94 | 0.54 |
| Hex | 19 | F8 | 75 | 5A | 0 | 35 | 3 | 91 | 5E | 36 |
| Octal | 31 | 370 | 165 | 132 | 0 | 65 | 3 | 221 | 136 | 66 |
| Binary | 11001 | 11111000 | 1110101 | 1011010 | 0 | 110101 | 11 | 10010001 | 1011110 | 110110 |
Color Harmonies of #19F875
Complementary color
Monochromatic Colors of #19F875
Black with #19F875
Text Example
Text Example
White with #19F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F875; }
p { color: rgb(25,248,117); }
H1.HeaderClassName
{
color: #19F875;
}
.AnyTagClassName
{
color: #19F875;
}
</style>
background-color css
<style>
a { background-color: #19F875; }
a { background-color: rgb(25,248,117); }
div.DivClassName
{
background-color: #19F875;
}
.BgClassName
{
background-color: #19F875;
}
</style>
border-color css
<style>
span { border-color: #19F875; }
span { border-color: rgb(25,248,117); }
td.TdClassName
{
border-color: #19F875;
}
.TagClassName
{
border-color: #19F875;
}
</style>