Shades of Spring Green #32F882
Tints of Spring Green #32F882
RGB
CMYK
RGB Variations
Color information
#32F882 (or 0x32F882) is known color: Spring Green. HEX triplet: 32, F8 and 82. RGB value is (50,248,130). Sum of RGB (Red+Green+Blue) = 50+248+130=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 248 (97.27% from 255 or 57.94% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 248 - color contains mainly: green. Hex color #32F882 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F882 is #CD077D. Grayscale: #AFAFAF. Windows color (decimal): -13436798 or 8583218. OLE color: 8583218.
HSL color Cylindrical-coordinate representation of color #32F882: hue angle of 144.24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F882 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 130 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.03 |
| HSL | 144.24º | 0.93% | 0.58% | - |
| HSV(B) | 144.24º | 0.8% | 0.97% | - |
| XYZ | 38.91 | 69.42 | 32.47 | - |
| YUV | 175.35 | 102.4 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 130 | 0.80 | 0 | 0.48 | 0.03 | 144.24 | 0.93 | 0.58 |
| Hex | 32 | F8 | 82 | 50 | 0 | 30 | 3 | 90 | 5D | 3A |
| Octal | 62 | 370 | 202 | 120 | 0 | 60 | 3 | 220 | 135 | 72 |
| Binary | 110010 | 11111000 | 10000010 | 1010000 | 0 | 110000 | 11 | 10010000 | 1011101 | 111010 |
Color Harmonies of #32F882
Complementary color
Monochromatic Colors of #32F882
Black with #32F882
Text Example
Text Example
White with #32F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F882; }
p { color: rgb(50,248,130); }
H1.HeaderClassName
{
color: #32F882;
}
.AnyTagClassName
{
color: #32F882;
}
</style>
background-color css
<style>
a { background-color: #32F882; }
a { background-color: rgb(50,248,130); }
div.DivClassName
{
background-color: #32F882;
}
.BgClassName
{
background-color: #32F882;
}
</style>
border-color css
<style>
span { border-color: #32F882; }
span { border-color: rgb(50,248,130); }
td.TdClassName
{
border-color: #32F882;
}
.TagClassName
{
border-color: #32F882;
}
</style>