Shades of Spring Green #32FB7C
Tints of Spring Green #32FB7C
RGB
CMYK
RGB Variations
Color information
#32FB7C (or 0x32FB7C) is known color: Spring Green. HEX triplet: 32, FB and 7C. RGB value is (50,251,124). Sum of RGB (Red+Green+Blue) = 50+251+124=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FB7C is #CD0483. Grayscale: #B0B0B0. Windows color (decimal): -13436036 or 8190770. OLE color: 8190770.
HSL color Cylindrical-coordinate representation of color #32FB7C: hue angle of 142.09º 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 #32FB7C is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 124 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.02 |
| HSL | 142.09º | 0.96% | 0.59% | - |
| HSV(B) | 142.09º | 0.8% | 0.98% | - |
| XYZ | 39.45 | 71.13 | 30.72 | - |
| YUV | 176.42 | 98.41 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 124 | 0.80 | 0 | 0.51 | 0.02 | 142.09 | 0.96 | 0.59 |
| Hex | 32 | FB | 7C | 50 | 0 | 33 | 2 | 8E | 60 | 3B |
| Octal | 62 | 373 | 174 | 120 | 0 | 63 | 2 | 216 | 140 | 73 |
| Binary | 110010 | 11111011 | 1111100 | 1010000 | 0 | 110011 | 10 | 10001110 | 1100000 | 111011 |
Color Harmonies of #32FB7C
Complementary color
Monochromatic Colors of #32FB7C
Black with #32FB7C
Text Example
Text Example
White with #32FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB7C; }
p { color: rgb(50,251,124); }
H1.HeaderClassName
{
color: #32FB7C;
}
.AnyTagClassName
{
color: #32FB7C;
}
</style>
background-color css
<style>
a { background-color: #32FB7C; }
a { background-color: rgb(50,251,124); }
div.DivClassName
{
background-color: #32FB7C;
}
.BgClassName
{
background-color: #32FB7C;
}
</style>
border-color css
<style>
span { border-color: #32FB7C; }
span { border-color: rgb(50,251,124); }
td.TdClassName
{
border-color: #32FB7C;
}
.TagClassName
{
border-color: #32FB7C;
}
</style>