Shades of Spring Green #32F988
Tints of Spring Green #32F988
RGB
CMYK
RGB Variations
Color information
#32F988 (or 0x32F988) is known color: Spring Green. HEX triplet: 32, F9 and 88. RGB value is (50,249,136). Sum of RGB (Red+Green+Blue) = 50+249+136=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #32F988 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F988 is #CD0677. Grayscale: #B0B0B0. Windows color (decimal): -13436536 or 8976690. OLE color: 8976690.
HSL color Cylindrical-coordinate representation of color #32F988: hue angle of 145.93º 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 #32F988 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 136 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.02 |
| HSL | 145.93º | 0.94% | 0.59% | - |
| HSV(B) | 145.93º | 0.8% | 0.98% | - |
| XYZ | 39.64 | 70.21 | 34.75 | - |
| YUV | 176.62 | 105.07 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 136 | 0.80 | 0 | 0.45 | 0.02 | 145.93 | 0.94 | 0.59 |
| Hex | 32 | F9 | 88 | 50 | 0 | 2D | 2 | 92 | 5E | 3B |
| Octal | 62 | 371 | 210 | 120 | 0 | 55 | 2 | 222 | 136 | 73 |
| Binary | 110010 | 11111001 | 10001000 | 1010000 | 0 | 101101 | 10 | 10010010 | 1011110 | 111011 |
Color Harmonies of #32F988
Complementary color
Monochromatic Colors of #32F988
Black with #32F988
Text Example
Text Example
White with #32F988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F988; }
p { color: rgb(50,249,136); }
H1.HeaderClassName
{
color: #32F988;
}
.AnyTagClassName
{
color: #32F988;
}
</style>
background-color css
<style>
a { background-color: #32F988; }
a { background-color: rgb(50,249,136); }
div.DivClassName
{
background-color: #32F988;
}
.BgClassName
{
background-color: #32F988;
}
</style>
border-color css
<style>
span { border-color: #32F988; }
span { border-color: rgb(50,249,136); }
td.TdClassName
{
border-color: #32F988;
}
.TagClassName
{
border-color: #32F988;
}
</style>