Shades of Spring Green #32F97E
Tints of Spring Green #32F97E
RGB
CMYK
RGB Variations
Color information
#32F97E (or 0x32F97E) is known color: Spring Green. HEX triplet: 32, F9 and 7E. RGB value is (50,249,126). Sum of RGB (Red+Green+Blue) = 50+249+126=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #32F97E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F97E is #CD0681. Grayscale: #AFAFAF. Windows color (decimal): -13436546 or 8321330. OLE color: 8321330.
HSL color Cylindrical-coordinate representation of color #32F97E: hue angle of 142.91º degrees, saturation: 0.94, 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 #32F97E is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 126 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.02 |
| HSL | 142.91º | 0.94% | 0.59% | - |
| HSV(B) | 142.91º | 0.8% | 0.98% | - |
| XYZ | 38.96 | 69.94 | 31.18 | - |
| YUV | 175.48 | 100.07 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 126 | 0.80 | 0 | 0.49 | 0.02 | 142.91 | 0.94 | 0.59 |
| Hex | 32 | F9 | 7E | 50 | 0 | 31 | 2 | 8F | 5E | 3B |
| Octal | 62 | 371 | 176 | 120 | 0 | 61 | 2 | 217 | 136 | 73 |
| Binary | 110010 | 11111001 | 1111110 | 1010000 | 0 | 110001 | 10 | 10001111 | 1011110 | 111011 |
Color Harmonies of #32F97E
Complementary color
Monochromatic Colors of #32F97E
Black with #32F97E
Text Example
Text Example
White with #32F97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F97E; }
p { color: rgb(50,249,126); }
H1.HeaderClassName
{
color: #32F97E;
}
.AnyTagClassName
{
color: #32F97E;
}
</style>
background-color css
<style>
a { background-color: #32F97E; }
a { background-color: rgb(50,249,126); }
div.DivClassName
{
background-color: #32F97E;
}
.BgClassName
{
background-color: #32F97E;
}
</style>
border-color css
<style>
span { border-color: #32F97E; }
span { border-color: rgb(50,249,126); }
td.TdClassName
{
border-color: #32F97E;
}
.TagClassName
{
border-color: #32F97E;
}
</style>