Shades of Spring Green #32FB76
Tints of Spring Green #32FB76
RGB
CMYK
RGB Variations
Color information
#32FB76 (or 0x32FB76) is known color: Spring Green. HEX triplet: 32, FB and 76. RGB value is (50,251,118). Sum of RGB (Red+Green+Blue) = 50+251+118=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FB76 is #CD0489. Grayscale: #B0B0B0. Windows color (decimal): -13436042 or 7797554. OLE color: 7797554.
HSL color Cylindrical-coordinate representation of color #32FB76: hue angle of 140.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FB76 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 118 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.02 |
| HSL | 140.3º | 0.96% | 0.59% | - |
| HSV(B) | 140.3º | 0.8% | 0.98% | - |
| XYZ | 39.08 | 70.98 | 28.78 | - |
| YUV | 175.74 | 95.41 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 118 | 0.80 | 0 | 0.53 | 0.02 | 140.3 | 0.96 | 0.59 |
| Hex | 32 | FB | 76 | 50 | 0 | 35 | 2 | 8C | 60 | 3B |
| Octal | 62 | 373 | 166 | 120 | 0 | 65 | 2 | 214 | 140 | 73 |
| Binary | 110010 | 11111011 | 1110110 | 1010000 | 0 | 110101 | 10 | 10001100 | 1100000 | 111011 |
Color Harmonies of #32FB76
Complementary color
Monochromatic Colors of #32FB76
Black with #32FB76
Text Example
Text Example
White with #32FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB76; }
p { color: rgb(50,251,118); }
H1.HeaderClassName
{
color: #32FB76;
}
.AnyTagClassName
{
color: #32FB76;
}
</style>
background-color css
<style>
a { background-color: #32FB76; }
a { background-color: rgb(50,251,118); }
div.DivClassName
{
background-color: #32FB76;
}
.BgClassName
{
background-color: #32FB76;
}
</style>
border-color css
<style>
span { border-color: #32FB76; }
span { border-color: rgb(50,251,118); }
td.TdClassName
{
border-color: #32FB76;
}
.TagClassName
{
border-color: #32FB76;
}
</style>