Html Css Color HEX #32FFA2 Medium Spring Green
📋 copy color: '#32FFA2'red 50 ◦ green 255 ◦ blue 162
Shades of Medium Spring Green #32FFA2
Tints of Medium Spring Green #32FFA2
RGB
CMYK
RGB Variations
Color information
#32FFA2 (or 0x32FFA2) is known color: Medium Spring Green. HEX triplet: 32, FF and A2. RGB value is (50,255,162). Sum of RGB (Red+Green+Blue) = 50+255+162=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FFA2 is #CD005D. Grayscale: #B7B7B7. Windows color (decimal): -13434974 or 10682162. OLE color: 10682162.
HSL color Cylindrical-coordinate representation of color #32FFA2: hue angle of 152.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFA2 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 162 | - |
| CMYK | 0.80 | 0 | 0.36 | 0 |
| HSL | 152.78º | 1% | 0.6% | - |
| HSV(B) | 152.78º | 0.8% | 1% | - |
| XYZ | 43.6 | 74.81 | 46.32 | - |
| YUV | 183.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 162 | 0.80 | 0 | 0.36 | 0 | 152.78 | 1 | 0.6 |
| Hex | 32 | FF | A2 | 50 | 0 | 24 | 0 | 99 | 64 | 3C |
| Octal | 62 | 377 | 242 | 120 | 0 | 44 | 0 | 231 | 144 | 74 |
| Binary | 110010 | 11111111 | 10100010 | 1010000 | 0 | 100100 | 0 | 10011001 | 1100100 | 111100 |
Color Harmonies of #32FFA2
Complementary color
Monochromatic Colors of #32FFA2
Black with #32FFA2
Text Example
Text Example
White with #32FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFA2; }
p { color: rgb(50,255,162); }
H1.HeaderClassName
{
color: #32FFA2;
}
.AnyTagClassName
{
color: #32FFA2;
}
</style>
background-color css
<style>
a { background-color: #32FFA2; }
a { background-color: rgb(50,255,162); }
div.DivClassName
{
background-color: #32FFA2;
}
.BgClassName
{
background-color: #32FFA2;
}
</style>
border-color css
<style>
span { border-color: #32FFA2; }
span { border-color: rgb(50,255,162); }
td.TdClassName
{
border-color: #32FFA2;
}
.TagClassName
{
border-color: #32FFA2;
}
</style>