Shades of Spring Green #32FB8C
Tints of Spring Green #32FB8C
RGB
CMYK
RGB Variations
Color information
#32FB8C (or 0x32FB8C) is known color: Spring Green. HEX triplet: 32, FB and 8C. RGB value is (50,251,140). Sum of RGB (Red+Green+Blue) = 50+251+140=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FB8C is #CD0473. Grayscale: #B2B2B2. Windows color (decimal): -13436020 or 9239346. OLE color: 9239346.
HSL color Cylindrical-coordinate representation of color #32FB8C: hue angle of 146.87º degrees, saturation: 0.96, 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 #32FB8C is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 140 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.02 |
| HSL | 146.87º | 0.96% | 0.59% | - |
| HSV(B) | 146.87º | 0.8% | 0.98% | - |
| XYZ | 40.55 | 71.57 | 36.49 | - |
| YUV | 178.25 | 106.41 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 140 | 0.80 | 0 | 0.44 | 0.02 | 146.87 | 0.96 | 0.59 |
| Hex | 32 | FB | 8C | 50 | 0 | 2C | 2 | 93 | 60 | 3B |
| Octal | 62 | 373 | 214 | 120 | 0 | 54 | 2 | 223 | 140 | 73 |
| Binary | 110010 | 11111011 | 10001100 | 1010000 | 0 | 101100 | 10 | 10010011 | 1100000 | 111011 |
Color Harmonies of #32FB8C
Complementary color
Monochromatic Colors of #32FB8C
Black with #32FB8C
Text Example
Text Example
White with #32FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB8C; }
p { color: rgb(50,251,140); }
H1.HeaderClassName
{
color: #32FB8C;
}
.AnyTagClassName
{
color: #32FB8C;
}
</style>
background-color css
<style>
a { background-color: #32FB8C; }
a { background-color: rgb(50,251,140); }
div.DivClassName
{
background-color: #32FB8C;
}
.BgClassName
{
background-color: #32FB8C;
}
</style>
border-color css
<style>
span { border-color: #32FB8C; }
span { border-color: rgb(50,251,140); }
td.TdClassName
{
border-color: #32FB8C;
}
.TagClassName
{
border-color: #32FB8C;
}
</style>