Shades of Spring Green #32FD73
Tints of Spring Green #32FD73
RGB
CMYK
RGB Variations
Color information
#32FD73 (or 0x32FD73) is known color: Spring Green. HEX triplet: 32, FD and 73. RGB value is (50,253,115). Sum of RGB (Red+Green+Blue) = 50+253+115=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FD73 is #CD028C. Grayscale: #B0B0B0. Windows color (decimal): -13435533 or 7601458. OLE color: 7601458.
HSL color Cylindrical-coordinate representation of color #32FD73: hue angle of 139.21º 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 #32FD73 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 115 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.01 |
| HSL | 139.21º | 0.98% | 0.59% | - |
| HSV(B) | 139.21º | 0.8% | 0.99% | - |
| XYZ | 39.54 | 72.17 | 28.07 | - |
| YUV | 176.57 | 93.25 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 115 | 0.80 | 0 | 0.55 | 0.01 | 139.21 | 0.98 | 0.59 |
| Hex | 32 | FD | 73 | 50 | 0 | 37 | 1 | 8B | 62 | 3B |
| Octal | 62 | 375 | 163 | 120 | 0 | 67 | 1 | 213 | 142 | 73 |
| Binary | 110010 | 11111101 | 1110011 | 1010000 | 0 | 110111 | 1 | 10001011 | 1100010 | 111011 |
Color Harmonies of #32FD73
Complementary color
Monochromatic Colors of #32FD73
Black with #32FD73
Text Example
Text Example
White with #32FD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD73; }
p { color: rgb(50,253,115); }
H1.HeaderClassName
{
color: #32FD73;
}
.AnyTagClassName
{
color: #32FD73;
}
</style>
background-color css
<style>
a { background-color: #32FD73; }
a { background-color: rgb(50,253,115); }
div.DivClassName
{
background-color: #32FD73;
}
.BgClassName
{
background-color: #32FD73;
}
</style>
border-color css
<style>
span { border-color: #32FD73; }
span { border-color: rgb(50,253,115); }
td.TdClassName
{
border-color: #32FD73;
}
.TagClassName
{
border-color: #32FD73;
}
</style>