Shades of Spring Green #32FC8D
Tints of Spring Green #32FC8D
RGB
CMYK
RGB Variations
Color information
#32FC8D (or 0x32FC8D) is known color: Spring Green. HEX triplet: 32, FC and 8D. RGB value is (50,252,141). Sum of RGB (Red+Green+Blue) = 50+252+141=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FC8D is #CD0372. Grayscale: #B3B3B3. Windows color (decimal): -13435763 or 9305138. OLE color: 9305138.
HSL color Cylindrical-coordinate representation of color #32FC8D: hue angle of 147.03º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FC8D is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 141 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.01 |
| HSL | 147.03º | 0.97% | 0.59% | - |
| HSV(B) | 147.03º | 0.8% | 0.99% | - |
| XYZ | 40.93 | 72.22 | 36.98 | - |
| YUV | 178.95 | 106.58 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 141 | 0.80 | 0 | 0.44 | 0.01 | 147.03 | 0.97 | 0.59 |
| Hex | 32 | FC | 8D | 50 | 0 | 2C | 1 | 93 | 61 | 3B |
| Octal | 62 | 374 | 215 | 120 | 0 | 54 | 1 | 223 | 141 | 73 |
| Binary | 110010 | 11111100 | 10001101 | 1010000 | 0 | 101100 | 1 | 10010011 | 1100001 | 111011 |
Color Harmonies of #32FC8D
Complementary color
Monochromatic Colors of #32FC8D
Black with #32FC8D
Text Example
Text Example
White with #32FC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC8D; }
p { color: rgb(50,252,141); }
H1.HeaderClassName
{
color: #32FC8D;
}
.AnyTagClassName
{
color: #32FC8D;
}
</style>
background-color css
<style>
a { background-color: #32FC8D; }
a { background-color: rgb(50,252,141); }
div.DivClassName
{
background-color: #32FC8D;
}
.BgClassName
{
background-color: #32FC8D;
}
</style>
border-color css
<style>
span { border-color: #32FC8D; }
span { border-color: rgb(50,252,141); }
td.TdClassName
{
border-color: #32FC8D;
}
.TagClassName
{
border-color: #32FC8D;
}
</style>