Shades of Spring Green #32FD8C
Tints of Spring Green #32FD8C
RGB
CMYK
RGB Variations
Color information
#32FD8C (or 0x32FD8C) is known color: Spring Green. HEX triplet: 32, FD and 8C. RGB value is (50,253,140). Sum of RGB (Red+Green+Blue) = 50+253+140=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FD8C is #CD0273. Grayscale: #B3B3B3. Windows color (decimal): -13435508 or 9239858. OLE color: 9239858.
HSL color Cylindrical-coordinate representation of color #32FD8C: hue angle of 146.6º degrees, saturation: 0.98, 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 #32FD8C is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 140 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.01 |
| HSL | 146.6º | 0.98% | 0.59% | - |
| HSV(B) | 146.6º | 0.8% | 0.99% | - |
| XYZ | 41.17 | 72.82 | 36.7 | - |
| YUV | 179.42 | 105.75 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 140 | 0.80 | 0 | 0.45 | 0.01 | 146.6 | 0.98 | 0.59 |
| Hex | 32 | FD | 8C | 50 | 0 | 2D | 1 | 93 | 62 | 3B |
| Octal | 62 | 375 | 214 | 120 | 0 | 55 | 1 | 223 | 142 | 73 |
| Binary | 110010 | 11111101 | 10001100 | 1010000 | 0 | 101101 | 1 | 10010011 | 1100010 | 111011 |
Color Harmonies of #32FD8C
Complementary color
Monochromatic Colors of #32FD8C
Black with #32FD8C
Text Example
Text Example
White with #32FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD8C; }
p { color: rgb(50,253,140); }
H1.HeaderClassName
{
color: #32FD8C;
}
.AnyTagClassName
{
color: #32FD8C;
}
</style>
background-color css
<style>
a { background-color: #32FD8C; }
a { background-color: rgb(50,253,140); }
div.DivClassName
{
background-color: #32FD8C;
}
.BgClassName
{
background-color: #32FD8C;
}
</style>
border-color css
<style>
span { border-color: #32FD8C; }
span { border-color: rgb(50,253,140); }
td.TdClassName
{
border-color: #32FD8C;
}
.TagClassName
{
border-color: #32FD8C;
}
</style>