Shades of Spring Green #31FB7A
Tints of Spring Green #31FB7A
RGB
CMYK
RGB Variations
Color information
#31FB7A (or 0x31FB7A) is known color: Spring Green. HEX triplet: 31, FB and 7A. RGB value is (49,251,122). Sum of RGB (Red+Green+Blue) = 49+251+122=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FB7A is #CE0485. Grayscale: #B0B0B0. Windows color (decimal): -13501574 or 8059697. OLE color: 8059697.
HSL color Cylindrical-coordinate representation of color #31FB7A: hue angle of 141.68º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FB7A is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 122 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.02 |
| HSL | 141.68º | 0.96% | 0.59% | - |
| HSV(B) | 141.68º | 0.8% | 0.98% | - |
| XYZ | 39.28 | 71.05 | 30.06 | - |
| YUV | 175.9 | 97.58 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 122 | 0.80 | 0 | 0.51 | 0.02 | 141.68 | 0.96 | 0.59 |
| Hex | 31 | FB | 7A | 50 | 0 | 33 | 2 | 8E | 60 | 3B |
| Octal | 61 | 373 | 172 | 120 | 0 | 63 | 2 | 216 | 140 | 73 |
| Binary | 110001 | 11111011 | 1111010 | 1010000 | 0 | 110011 | 10 | 10001110 | 1100000 | 111011 |
Color Harmonies of #31FB7A
Complementary color
Monochromatic Colors of #31FB7A
Black with #31FB7A
Text Example
Text Example
White with #31FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FB7A; }
p { color: rgb(49,251,122); }
H1.HeaderClassName
{
color: #31FB7A;
}
.AnyTagClassName
{
color: #31FB7A;
}
</style>
background-color css
<style>
a { background-color: #31FB7A; }
a { background-color: rgb(49,251,122); }
div.DivClassName
{
background-color: #31FB7A;
}
.BgClassName
{
background-color: #31FB7A;
}
</style>
border-color css
<style>
span { border-color: #31FB7A; }
span { border-color: rgb(49,251,122); }
td.TdClassName
{
border-color: #31FB7A;
}
.TagClassName
{
border-color: #31FB7A;
}
</style>