Shades of Spring Green #31FE6A
Tints of Spring Green #31FE6A
RGB
CMYK
RGB Variations
Color information
#31FE6A (or 0x31FE6A) is known color: Spring Green. HEX triplet: 31, FE and 6A. RGB value is (49,254,106). Sum of RGB (Red+Green+Blue) = 49+254+106=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 254 (99.61% from 255 or 62.10% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FE6A is #CE0195. Grayscale: #B0B0B0. Windows color (decimal): -13500822 or 7011889. OLE color: 7011889.
HSL color Cylindrical-coordinate representation of color #31FE6A: hue angle of 136.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FE6A is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 106 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.00 |
| HSL | 136.68º | 0.99% | 0.59% | - |
| HSV(B) | 136.68º | 0.81% | 1% | - |
| XYZ | 39.31 | 72.58 | 25.57 | - |
| YUV | 175.83 | 88.58 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 106 | 0.81 | 0 | 0.58 | 0.00 | 136.68 | 0.99 | 0.59 |
| Hex | 31 | FE | 6A | 51 | 0 | 3A | 0 | 89 | 63 | 3B |
| Octal | 61 | 376 | 152 | 121 | 0 | 72 | 0 | 211 | 143 | 73 |
| Binary | 110001 | 11111110 | 1101010 | 1010001 | 0 | 111010 | 0 | 10001001 | 1100011 | 111011 |
Color Harmonies of #31FE6A
Complementary color
Monochromatic Colors of #31FE6A
Black with #31FE6A
Text Example
Text Example
White with #31FE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE6A; }
p { color: rgb(49,254,106); }
H1.HeaderClassName
{
color: #31FE6A;
}
.AnyTagClassName
{
color: #31FE6A;
}
</style>
background-color css
<style>
a { background-color: #31FE6A; }
a { background-color: rgb(49,254,106); }
div.DivClassName
{
background-color: #31FE6A;
}
.BgClassName
{
background-color: #31FE6A;
}
</style>
border-color css
<style>
span { border-color: #31FE6A; }
span { border-color: rgb(49,254,106); }
td.TdClassName
{
border-color: #31FE6A;
}
.TagClassName
{
border-color: #31FE6A;
}
</style>