Html Css Color HEX #32FF93 Medium Spring Green
📋 copy color: '#32FF93'red 50 ◦ green 255 ◦ blue 147
Shades of Medium Spring Green #32FF93
Tints of Medium Spring Green #32FF93
RGB
CMYK
RGB Variations
Color information
#32FF93 (or 0x32FF93) is known color: Medium Spring Green. HEX triplet: 32, FF and 93. RGB value is (50,255,147). Sum of RGB (Red+Green+Blue) = 50+255+147=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FF93 is #CD006C. Grayscale: #B5B5B5. Windows color (decimal): -13434989 or 9699122. OLE color: 9699122.
HSL color Cylindrical-coordinate representation of color #32FF93: hue angle of 148.39º 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 #32FF93 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 147 | - |
| CMYK | 0.80 | 0 | 0.42 | 0 |
| HSL | 148.39º | 1% | 0.6% | - |
| HSV(B) | 148.39º | 0.8% | 1% | - |
| XYZ | 42.34 | 74.3 | 39.71 | - |
| YUV | 181.39 | 108.58 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 147 | 0.80 | 0 | 0.42 | 0 | 148.39 | 1 | 0.6 |
| Hex | 32 | FF | 93 | 50 | 0 | 2A | 0 | 94 | 64 | 3C |
| Octal | 62 | 377 | 223 | 120 | 0 | 52 | 0 | 224 | 144 | 74 |
| Binary | 110010 | 11111111 | 10010011 | 1010000 | 0 | 101010 | 0 | 10010100 | 1100100 | 111100 |
Color Harmonies of #32FF93
Complementary color
Monochromatic Colors of #32FF93
Black with #32FF93
Text Example
Text Example
White with #32FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF93; }
p { color: rgb(50,255,147); }
H1.HeaderClassName
{
color: #32FF93;
}
.AnyTagClassName
{
color: #32FF93;
}
</style>
background-color css
<style>
a { background-color: #32FF93; }
a { background-color: rgb(50,255,147); }
div.DivClassName
{
background-color: #32FF93;
}
.BgClassName
{
background-color: #32FF93;
}
</style>
border-color css
<style>
span { border-color: #32FF93; }
span { border-color: rgb(50,255,147); }
td.TdClassName
{
border-color: #32FF93;
}
.TagClassName
{
border-color: #32FF93;
}
</style>