Shades of Spring Green #32FE73
Tints of Spring Green #32FE73
RGB
CMYK
RGB Variations
Color information
#32FE73 (or 0x32FE73) is known color: Spring Green. HEX triplet: 32, FE and 73. RGB value is (50,254,115). Sum of RGB (Red+Green+Blue) = 50+254+115=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FE73 is #CD018C. Grayscale: #B1B1B1. Windows color (decimal): -13435277 or 7601714. OLE color: 7601714.
HSL color Cylindrical-coordinate representation of color #32FE73: hue angle of 139.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FE73 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 115 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.00 |
| HSL | 139.12º | 0.99% | 0.6% | - |
| HSV(B) | 139.12º | 0.8% | 1% | - |
| XYZ | 39.85 | 72.8 | 28.17 | - |
| YUV | 177.16 | 92.91 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 115 | 0.80 | 0 | 0.55 | 0.00 | 139.12 | 0.99 | 0.6 |
| Hex | 32 | FE | 73 | 50 | 0 | 37 | 0 | 8B | 63 | 3C |
| Octal | 62 | 376 | 163 | 120 | 0 | 67 | 0 | 213 | 143 | 74 |
| Binary | 110010 | 11111110 | 1110011 | 1010000 | 0 | 110111 | 0 | 10001011 | 1100011 | 111100 |
Color Harmonies of #32FE73
Complementary color
Monochromatic Colors of #32FE73
Black with #32FE73
Text Example
Text Example
White with #32FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FE73; }
p { color: rgb(50,254,115); }
H1.HeaderClassName
{
color: #32FE73;
}
.AnyTagClassName
{
color: #32FE73;
}
</style>
background-color css
<style>
a { background-color: #32FE73; }
a { background-color: rgb(50,254,115); }
div.DivClassName
{
background-color: #32FE73;
}
.BgClassName
{
background-color: #32FE73;
}
</style>
border-color css
<style>
span { border-color: #32FE73; }
span { border-color: rgb(50,254,115); }
td.TdClassName
{
border-color: #32FE73;
}
.TagClassName
{
border-color: #32FE73;
}
</style>