Shades of Spring Green #32F984
Tints of Spring Green #32F984
RGB
CMYK
RGB Variations
Color information
#32F984 (or 0x32F984) is known color: Spring Green. HEX triplet: 32, F9 and 84. RGB value is (50,249,132). Sum of RGB (Red+Green+Blue) = 50+249+132=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #32F984 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F984 is #CD067B. Grayscale: #B0B0B0. Windows color (decimal): -13436540 or 8714546. OLE color: 8714546.
HSL color Cylindrical-coordinate representation of color #32F984: hue angle of 144.72º 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 #32F984 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 132 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.02 |
| HSL | 144.72º | 0.94% | 0.59% | - |
| HSV(B) | 144.72º | 0.8% | 0.98% | - |
| XYZ | 39.36 | 70.1 | 33.29 | - |
| YUV | 176.16 | 103.07 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 132 | 0.80 | 0 | 0.47 | 0.02 | 144.72 | 0.94 | 0.59 |
| Hex | 32 | F9 | 84 | 50 | 0 | 2F | 2 | 91 | 5E | 3B |
| Octal | 62 | 371 | 204 | 120 | 0 | 57 | 2 | 221 | 136 | 73 |
| Binary | 110010 | 11111001 | 10000100 | 1010000 | 0 | 101111 | 10 | 10010001 | 1011110 | 111011 |
Color Harmonies of #32F984
Complementary color
Monochromatic Colors of #32F984
Black with #32F984
Text Example
Text Example
White with #32F984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F984; }
p { color: rgb(50,249,132); }
H1.HeaderClassName
{
color: #32F984;
}
.AnyTagClassName
{
color: #32F984;
}
</style>
background-color css
<style>
a { background-color: #32F984; }
a { background-color: rgb(50,249,132); }
div.DivClassName
{
background-color: #32F984;
}
.BgClassName
{
background-color: #32F984;
}
</style>
border-color css
<style>
span { border-color: #32F984; }
span { border-color: rgb(50,249,132); }
td.TdClassName
{
border-color: #32F984;
}
.TagClassName
{
border-color: #32F984;
}
</style>