Shades of Spring Green #32F96D
Tints of Spring Green #32F96D
RGB
CMYK
RGB Variations
Color information
#32F96D (or 0x32F96D) is known color: Spring Green. HEX triplet: 32, F9 and 6D. RGB value is (50,249,109). Sum of RGB (Red+Green+Blue) = 50+249+109=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #32F96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F96D is #CD0692. Grayscale: #ADADAD. Windows color (decimal): -13436563 or 7207218. OLE color: 7207218.
HSL color Cylindrical-coordinate representation of color #32F96D: hue angle of 137.79º 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 #32F96D is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 109 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.02 |
| HSL | 137.79º | 0.94% | 0.59% | - |
| HSV(B) | 137.79º | 0.8% | 0.98% | - |
| XYZ | 37.95 | 69.53 | 25.89 | - |
| YUV | 173.54 | 91.57 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 109 | 0.80 | 0 | 0.56 | 0.02 | 137.79 | 0.94 | 0.59 |
| Hex | 32 | F9 | 6D | 50 | 0 | 38 | 2 | 8A | 5E | 3B |
| Octal | 62 | 371 | 155 | 120 | 0 | 70 | 2 | 212 | 136 | 73 |
| Binary | 110010 | 11111001 | 1101101 | 1010000 | 0 | 111000 | 10 | 10001010 | 1011110 | 111011 |
Color Harmonies of #32F96D
Complementary color
Monochromatic Colors of #32F96D
Black with #32F96D
Text Example
Text Example
White with #32F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F96D; }
p { color: rgb(50,249,109); }
H1.HeaderClassName
{
color: #32F96D;
}
.AnyTagClassName
{
color: #32F96D;
}
</style>
background-color css
<style>
a { background-color: #32F96D; }
a { background-color: rgb(50,249,109); }
div.DivClassName
{
background-color: #32F96D;
}
.BgClassName
{
background-color: #32F96D;
}
</style>
border-color css
<style>
span { border-color: #32F96D; }
span { border-color: rgb(50,249,109); }
td.TdClassName
{
border-color: #32F96D;
}
.TagClassName
{
border-color: #32F96D;
}
</style>