Shades of Spring Green #32FC8B
Tints of Spring Green #32FC8B
RGB
CMYK
RGB Variations
Color information
#32FC8B (or 0x32FC8B) is known color: Spring Green. HEX triplet: 32, FC and 8B. RGB value is (50,252,139). Sum of RGB (Red+Green+Blue) = 50+252+139=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FC8B is #CD0374. Grayscale: #B2B2B2. Windows color (decimal): -13435765 or 9174066. OLE color: 9174066.
HSL color Cylindrical-coordinate representation of color #32FC8B: hue angle of 146.44º degrees, saturation: 0.97, 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 #32FC8B is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 139 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.01 |
| HSL | 146.44º | 0.97% | 0.59% | - |
| HSV(B) | 146.44º | 0.8% | 0.99% | - |
| XYZ | 40.79 | 72.16 | 36.21 | - |
| YUV | 178.72 | 105.58 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 139 | 0.80 | 0 | 0.45 | 0.01 | 146.44 | 0.97 | 0.59 |
| Hex | 32 | FC | 8B | 50 | 0 | 2D | 1 | 92 | 61 | 3B |
| Octal | 62 | 374 | 213 | 120 | 0 | 55 | 1 | 222 | 141 | 73 |
| Binary | 110010 | 11111100 | 10001011 | 1010000 | 0 | 101101 | 1 | 10010010 | 1100001 | 111011 |
Color Harmonies of #32FC8B
Complementary color
Monochromatic Colors of #32FC8B
Black with #32FC8B
Text Example
Text Example
White with #32FC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC8B; }
p { color: rgb(50,252,139); }
H1.HeaderClassName
{
color: #32FC8B;
}
.AnyTagClassName
{
color: #32FC8B;
}
</style>
background-color css
<style>
a { background-color: #32FC8B; }
a { background-color: rgb(50,252,139); }
div.DivClassName
{
background-color: #32FC8B;
}
.BgClassName
{
background-color: #32FC8B;
}
</style>
border-color css
<style>
span { border-color: #32FC8B; }
span { border-color: rgb(50,252,139); }
td.TdClassName
{
border-color: #32FC8B;
}
.TagClassName
{
border-color: #32FC8B;
}
</style>