Html Css Color HEX #32FE96 Medium Spring Green
📋 copy color: '#32FE96'red 50 ◦ green 254 ◦ blue 150
Shades of Medium Spring Green #32FE96
Tints of Medium Spring Green #32FE96
RGB
CMYK
RGB Variations
Color information
#32FE96 (or 0x32FE96) is known color: Medium Spring Green. HEX triplet: 32, FE and 96. RGB value is (50,254,150). Sum of RGB (Red+Green+Blue) = 50+254+150=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FE96 is #CD0169. Grayscale: #B5B5B5. Windows color (decimal): -13435242 or 9895474. OLE color: 9895474.
HSL color Cylindrical-coordinate representation of color #32FE96: hue angle of 149.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FE96 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 150 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.00 |
| HSL | 149.41º | 0.99% | 0.6% | - |
| HSV(B) | 149.41º | 0.8% | 1% | - |
| XYZ | 42.26 | 73.76 | 40.86 | - |
| YUV | 181.15 | 110.41 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 150 | 0.80 | 0 | 0.41 | 0.00 | 149.41 | 0.99 | 0.6 |
| Hex | 32 | FE | 96 | 50 | 0 | 29 | 0 | 95 | 63 | 3C |
| Octal | 62 | 376 | 226 | 120 | 0 | 51 | 0 | 225 | 143 | 74 |
| Binary | 110010 | 11111110 | 10010110 | 1010000 | 0 | 101001 | 0 | 10010101 | 1100011 | 111100 |
Color Harmonies of #32FE96
Complementary color
Monochromatic Colors of #32FE96
Black with #32FE96
Text Example
Text Example
White with #32FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FE96; }
p { color: rgb(50,254,150); }
H1.HeaderClassName
{
color: #32FE96;
}
.AnyTagClassName
{
color: #32FE96;
}
</style>
background-color css
<style>
a { background-color: #32FE96; }
a { background-color: rgb(50,254,150); }
div.DivClassName
{
background-color: #32FE96;
}
.BgClassName
{
background-color: #32FE96;
}
</style>
border-color css
<style>
span { border-color: #32FE96; }
span { border-color: rgb(50,254,150); }
td.TdClassName
{
border-color: #32FE96;
}
.TagClassName
{
border-color: #32FE96;
}
</style>