Html Css Color HEX #32FD92 Medium Spring Green
📋 copy color: '#32FD92'red 50 ◦ green 253 ◦ blue 146
Shades of Medium Spring Green #32FD92
Tints of Medium Spring Green #32FD92
RGB
CMYK
RGB Variations
Color information
#32FD92 (or 0x32FD92) is known color: Medium Spring Green. HEX triplet: 32, FD and 92. RGB value is (50,253,146). Sum of RGB (Red+Green+Blue) = 50+253+146=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FD92 is #CD026D. Grayscale: #B4B4B4. Windows color (decimal): -13435502 or 9633074. OLE color: 9633074.
HSL color Cylindrical-coordinate representation of color #32FD92: hue angle of 148.37º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD92 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 146 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.01 |
| HSL | 148.37º | 0.98% | 0.59% | - |
| HSV(B) | 148.37º | 0.8% | 0.99% | - |
| XYZ | 41.63 | 73 | 39.09 | - |
| YUV | 180.11 | 108.75 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 146 | 0.80 | 0 | 0.42 | 0.01 | 148.37 | 0.98 | 0.59 |
| Hex | 32 | FD | 92 | 50 | 0 | 2A | 1 | 94 | 62 | 3B |
| Octal | 62 | 375 | 222 | 120 | 0 | 52 | 1 | 224 | 142 | 73 |
| Binary | 110010 | 11111101 | 10010010 | 1010000 | 0 | 101010 | 1 | 10010100 | 1100010 | 111011 |
Color Harmonies of #32FD92
Complementary color
Monochromatic Colors of #32FD92
Black with #32FD92
Text Example
Text Example
White with #32FD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD92; }
p { color: rgb(50,253,146); }
H1.HeaderClassName
{
color: #32FD92;
}
.AnyTagClassName
{
color: #32FD92;
}
</style>
background-color css
<style>
a { background-color: #32FD92; }
a { background-color: rgb(50,253,146); }
div.DivClassName
{
background-color: #32FD92;
}
.BgClassName
{
background-color: #32FD92;
}
</style>
border-color css
<style>
span { border-color: #32FD92; }
span { border-color: rgb(50,253,146); }
td.TdClassName
{
border-color: #32FD92;
}
.TagClassName
{
border-color: #32FD92;
}
</style>