Html Css Color HEX #32FF9F Medium Spring Green
📋 copy color: '#32FF9F'red 50 ◦ green 255 ◦ blue 159
Shades of Medium Spring Green #32FF9F
Tints of Medium Spring Green #32FF9F
RGB
CMYK
RGB Variations
Color information
#32FF9F (or 0x32FF9F) is known color: Medium Spring Green. HEX triplet: 32, FF and 9F. RGB value is (50,255,159). Sum of RGB (Red+Green+Blue) = 50+255+159=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FF9F is #CD0060. Grayscale: #B6B6B6. Windows color (decimal): -13434977 or 10485554. OLE color: 10485554.
HSL color Cylindrical-coordinate representation of color #32FF9F: hue angle of 151.9º 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 #32FF9F is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 159 | - |
| CMYK | 0.80 | 0 | 0.38 | 0 |
| HSL | 151.9º | 1% | 0.6% | - |
| HSV(B) | 151.9º | 0.8% | 1% | - |
| XYZ | 43.33 | 74.7 | 44.94 | - |
| YUV | 182.76 | 114.58 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 159 | 0.80 | 0 | 0.38 | 0 | 151.9 | 1 | 0.6 |
| Hex | 32 | FF | 9F | 50 | 0 | 26 | 0 | 98 | 64 | 3C |
| Octal | 62 | 377 | 237 | 120 | 0 | 46 | 0 | 230 | 144 | 74 |
| Binary | 110010 | 11111111 | 10011111 | 1010000 | 0 | 100110 | 0 | 10011000 | 1100100 | 111100 |
Color Harmonies of #32FF9F
Complementary color
Monochromatic Colors of #32FF9F
Black with #32FF9F
Text Example
Text Example
White with #32FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF9F; }
p { color: rgb(50,255,159); }
H1.HeaderClassName
{
color: #32FF9F;
}
.AnyTagClassName
{
color: #32FF9F;
}
</style>
background-color css
<style>
a { background-color: #32FF9F; }
a { background-color: rgb(50,255,159); }
div.DivClassName
{
background-color: #32FF9F;
}
.BgClassName
{
background-color: #32FF9F;
}
</style>
border-color css
<style>
span { border-color: #32FF9F; }
span { border-color: rgb(50,255,159); }
td.TdClassName
{
border-color: #32FF9F;
}
.TagClassName
{
border-color: #32FF9F;
}
</style>