Shades of Spring Green #32FD75
Tints of Spring Green #32FD75
RGB
CMYK
RGB Variations
Color information
#32FD75 (or 0x32FD75) is known color: Spring Green. HEX triplet: 32, FD and 75. RGB value is (50,253,117). Sum of RGB (Red+Green+Blue) = 50+253+117=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FD75 is #CD028A. Grayscale: #B1B1B1. Windows color (decimal): -13435531 or 7732530. OLE color: 7732530.
HSL color Cylindrical-coordinate representation of color #32FD75: hue angle of 139.8º 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 #32FD75 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 117 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.01 |
| HSL | 139.8º | 0.98% | 0.59% | - |
| HSV(B) | 139.8º | 0.8% | 0.99% | - |
| XYZ | 39.65 | 72.21 | 28.68 | - |
| YUV | 176.8 | 94.25 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 117 | 0.80 | 0 | 0.54 | 0.01 | 139.8 | 0.98 | 0.59 |
| Hex | 32 | FD | 75 | 50 | 0 | 36 | 1 | 8C | 62 | 3B |
| Octal | 62 | 375 | 165 | 120 | 0 | 66 | 1 | 214 | 142 | 73 |
| Binary | 110010 | 11111101 | 1110101 | 1010000 | 0 | 110110 | 1 | 10001100 | 1100010 | 111011 |
Color Harmonies of #32FD75
Complementary color
Monochromatic Colors of #32FD75
Black with #32FD75
Text Example
Text Example
White with #32FD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD75; }
p { color: rgb(50,253,117); }
H1.HeaderClassName
{
color: #32FD75;
}
.AnyTagClassName
{
color: #32FD75;
}
</style>
background-color css
<style>
a { background-color: #32FD75; }
a { background-color: rgb(50,253,117); }
div.DivClassName
{
background-color: #32FD75;
}
.BgClassName
{
background-color: #32FD75;
}
</style>
border-color css
<style>
span { border-color: #32FD75; }
span { border-color: rgb(50,253,117); }
td.TdClassName
{
border-color: #32FD75;
}
.TagClassName
{
border-color: #32FD75;
}
</style>