Shades of Spring Green #31FA6B
Tints of Spring Green #31FA6B
RGB
CMYK
RGB Variations
Color information
#31FA6B (or 0x31FA6B) is known color: Spring Green. HEX triplet: 31, FA and 6B. RGB value is (49,250,107). Sum of RGB (Red+Green+Blue) = 49+250+107=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FA6B is #CE0594. Grayscale: #ADADAD. Windows color (decimal): -13501845 or 7076401. OLE color: 7076401.
HSL color Cylindrical-coordinate representation of color #31FA6B: hue angle of 137.31º degrees, saturation: 0.95, 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 #31FA6B is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 107 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.02 |
| HSL | 137.31º | 0.95% | 0.59% | - |
| HSV(B) | 137.31º | 0.8% | 0.98% | - |
| XYZ | 38.11 | 70.09 | 25.43 | - |
| YUV | 173.6 | 90.41 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 107 | 0.80 | 0 | 0.57 | 0.02 | 137.31 | 0.95 | 0.59 |
| Hex | 31 | FA | 6B | 50 | 0 | 39 | 2 | 89 | 5F | 3B |
| Octal | 61 | 372 | 153 | 120 | 0 | 71 | 2 | 211 | 137 | 73 |
| Binary | 110001 | 11111010 | 1101011 | 1010000 | 0 | 111001 | 10 | 10001001 | 1011111 | 111011 |
Color Harmonies of #31FA6B
Complementary color
Monochromatic Colors of #31FA6B
Black with #31FA6B
Text Example
Text Example
White with #31FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA6B; }
p { color: rgb(49,250,107); }
H1.HeaderClassName
{
color: #31FA6B;
}
.AnyTagClassName
{
color: #31FA6B;
}
</style>
background-color css
<style>
a { background-color: #31FA6B; }
a { background-color: rgb(49,250,107); }
div.DivClassName
{
background-color: #31FA6B;
}
.BgClassName
{
background-color: #31FA6B;
}
</style>
border-color css
<style>
span { border-color: #31FA6B; }
span { border-color: rgb(49,250,107); }
td.TdClassName
{
border-color: #31FA6B;
}
.TagClassName
{
border-color: #31FA6B;
}
</style>