Html Css Color HEX #32FF96 Medium Spring Green
📋 copy color: '#32FF96'red 50 ◦ green 255 ◦ blue 150
Shades of Medium Spring Green #32FF96
Tints of Medium Spring Green #32FF96
RGB
CMYK
RGB Variations
Color information
#32FF96 (or 0x32FF96) is known color: Medium Spring Green. HEX triplet: 32, FF and 96. RGB value is (50,255,150). Sum of RGB (Red+Green+Blue) = 50+255+150=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FF96 is #CD0069. Grayscale: #B5B5B5. Windows color (decimal): -13434986 or 9895730. OLE color: 9895730.
HSL color Cylindrical-coordinate representation of color #32FF96: hue angle of 149.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF96 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 150 | - |
| CMYK | 0.80 | 0 | 0.41 | 0 |
| HSL | 149.27º | 1% | 0.6% | - |
| HSV(B) | 149.27º | 0.8% | 1% | - |
| XYZ | 42.58 | 74.4 | 40.97 | - |
| YUV | 181.74 | 110.08 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 150 | 0.80 | 0 | 0.41 | 0 | 149.27 | 1 | 0.6 |
| Hex | 32 | FF | 96 | 50 | 0 | 29 | 0 | 95 | 64 | 3C |
| Octal | 62 | 377 | 226 | 120 | 0 | 51 | 0 | 225 | 144 | 74 |
| Binary | 110010 | 11111111 | 10010110 | 1010000 | 0 | 101001 | 0 | 10010101 | 1100100 | 111100 |
Color Harmonies of #32FF96
Complementary color
Monochromatic Colors of #32FF96
Black with #32FF96
Text Example
Text Example
White with #32FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF96; }
p { color: rgb(50,255,150); }
H1.HeaderClassName
{
color: #32FF96;
}
.AnyTagClassName
{
color: #32FF96;
}
</style>
background-color css
<style>
a { background-color: #32FF96; }
a { background-color: rgb(50,255,150); }
div.DivClassName
{
background-color: #32FF96;
}
.BgClassName
{
background-color: #32FF96;
}
</style>
border-color css
<style>
span { border-color: #32FF96; }
span { border-color: rgb(50,255,150); }
td.TdClassName
{
border-color: #32FF96;
}
.TagClassName
{
border-color: #32FF96;
}
</style>