Shades of Spring Green #31F972
Tints of Spring Green #31F972
RGB
CMYK
RGB Variations
Color information
#31F972 (or 0x31F972) is known color: Spring Green. HEX triplet: 31, F9 and 72. RGB value is (49,249,114). Sum of RGB (Red+Green+Blue) = 49+249+114=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #31F972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F972 is #CE068D. Grayscale: #AEAEAE. Windows color (decimal): -13502094 or 7534897. OLE color: 7534897.
HSL color Cylindrical-coordinate representation of color #31F972: hue angle of 139.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F972 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 114 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.02 |
| HSL | 139.5º | 0.94% | 0.58% | - |
| HSV(B) | 139.5º | 0.8% | 0.98% | - |
| XYZ | 38.18 | 69.62 | 27.35 | - |
| YUV | 173.81 | 94.24 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 114 | 0.80 | 0 | 0.54 | 0.02 | 139.5 | 0.94 | 0.58 |
| Hex | 31 | F9 | 72 | 50 | 0 | 36 | 2 | 8C | 5E | 3A |
| Octal | 61 | 371 | 162 | 120 | 0 | 66 | 2 | 214 | 136 | 72 |
| Binary | 110001 | 11111001 | 1110010 | 1010000 | 0 | 110110 | 10 | 10001100 | 1011110 | 111010 |
Color Harmonies of #31F972
Complementary color
Monochromatic Colors of #31F972
Black with #31F972
Text Example
Text Example
White with #31F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F972; }
p { color: rgb(49,249,114); }
H1.HeaderClassName
{
color: #31F972;
}
.AnyTagClassName
{
color: #31F972;
}
</style>
background-color css
<style>
a { background-color: #31F972; }
a { background-color: rgb(49,249,114); }
div.DivClassName
{
background-color: #31F972;
}
.BgClassName
{
background-color: #31F972;
}
</style>
border-color css
<style>
span { border-color: #31F972; }
span { border-color: rgb(49,249,114); }
td.TdClassName
{
border-color: #31F972;
}
.TagClassName
{
border-color: #31F972;
}
</style>