Shades of Spring Green #31F875
Tints of Spring Green #31F875
RGB
CMYK
RGB Variations
Color information
#31F875 (or 0x31F875) is known color: Spring Green. HEX triplet: 31, F8 and 75. RGB value is (49,248,117). Sum of RGB (Red+Green+Blue) = 49+248+117=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 248 (97.27% from 255 or 59.90% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 248 - color contains mainly: green. Hex color #31F875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F875 is #CE078A. Grayscale: #ADADAD. Windows color (decimal): -13502347 or 7731249. OLE color: 7731249.
HSL color Cylindrical-coordinate representation of color #31F875: hue angle of 140.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F875 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 117 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.03 |
| HSL | 140.5º | 0.93% | 0.58% | - |
| HSV(B) | 140.5º | 0.8% | 0.97% | - |
| XYZ | 38.04 | 69.07 | 28.16 | - |
| YUV | 173.57 | 96.07 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 117 | 0.80 | 0 | 0.53 | 0.03 | 140.5 | 0.93 | 0.58 |
| Hex | 31 | F8 | 75 | 50 | 0 | 35 | 3 | 8D | 5D | 3A |
| Octal | 61 | 370 | 165 | 120 | 0 | 65 | 3 | 215 | 135 | 72 |
| Binary | 110001 | 11111000 | 1110101 | 1010000 | 0 | 110101 | 11 | 10001101 | 1011101 | 111010 |
Color Harmonies of #31F875
Complementary color
Monochromatic Colors of #31F875
Black with #31F875
Text Example
Text Example
White with #31F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F875; }
p { color: rgb(49,248,117); }
H1.HeaderClassName
{
color: #31F875;
}
.AnyTagClassName
{
color: #31F875;
}
</style>
background-color css
<style>
a { background-color: #31F875; }
a { background-color: rgb(49,248,117); }
div.DivClassName
{
background-color: #31F875;
}
.BgClassName
{
background-color: #31F875;
}
</style>
border-color css
<style>
span { border-color: #31F875; }
span { border-color: rgb(49,248,117); }
td.TdClassName
{
border-color: #31F875;
}
.TagClassName
{
border-color: #31F875;
}
</style>