Shades of Spring Green #32FB7E
Tints of Spring Green #32FB7E
RGB
CMYK
RGB Variations
Color information
#32FB7E (or 0x32FB7E) is known color: Spring Green. HEX triplet: 32, FB and 7E. RGB value is (50,251,126). Sum of RGB (Red+Green+Blue) = 50+251+126=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FB7E is #CD0481. Grayscale: #B0B0B0. Windows color (decimal): -13436034 or 8321842. OLE color: 8321842.
HSL color Cylindrical-coordinate representation of color #32FB7E: hue angle of 142.69º 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 #32FB7E is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 126 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.02 |
| HSL | 142.69º | 0.96% | 0.59% | - |
| HSV(B) | 142.69º | 0.8% | 0.98% | - |
| XYZ | 39.58 | 71.18 | 31.39 | - |
| YUV | 176.65 | 99.41 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 126 | 0.80 | 0 | 0.50 | 0.02 | 142.69 | 0.96 | 0.59 |
| Hex | 32 | FB | 7E | 50 | 0 | 32 | 2 | 8F | 60 | 3B |
| Octal | 62 | 373 | 176 | 120 | 0 | 62 | 2 | 217 | 140 | 73 |
| Binary | 110010 | 11111011 | 1111110 | 1010000 | 0 | 110010 | 10 | 10001111 | 1100000 | 111011 |
Color Harmonies of #32FB7E
Complementary color
Monochromatic Colors of #32FB7E
Black with #32FB7E
Text Example
Text Example
White with #32FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB7E; }
p { color: rgb(50,251,126); }
H1.HeaderClassName
{
color: #32FB7E;
}
.AnyTagClassName
{
color: #32FB7E;
}
</style>
background-color css
<style>
a { background-color: #32FB7E; }
a { background-color: rgb(50,251,126); }
div.DivClassName
{
background-color: #32FB7E;
}
.BgClassName
{
background-color: #32FB7E;
}
</style>
border-color css
<style>
span { border-color: #32FB7E; }
span { border-color: rgb(50,251,126); }
td.TdClassName
{
border-color: #32FB7E;
}
.TagClassName
{
border-color: #32FB7E;
}
</style>