Shades of Spring Green #32FA85
Tints of Spring Green #32FA85
RGB
CMYK
RGB Variations
Color information
#32FA85 (or 0x32FA85) is known color: Spring Green. HEX triplet: 32, FA and 85. RGB value is (50,250,133). Sum of RGB (Red+Green+Blue) = 50+250+133=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FA85 is #CD057A. Grayscale: #B1B1B1. Windows color (decimal): -13436283 or 8780338. OLE color: 8780338.
HSL color Cylindrical-coordinate representation of color #32FA85: hue angle of 144.9º degrees, saturation: 0.95, 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 #32FA85 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 133 | - |
| CMYK | 0.8 | 0 | 0.47 | 0.02 |
| HSL | 144.9º | 0.95% | 0.59% | - |
| HSV(B) | 144.9º | 0.8% | 0.98% | - |
| XYZ | 39.73 | 70.74 | 33.75 | - |
| YUV | 176.86 | 103.24 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 133 | 0.8 | 0 | 0.47 | 0.02 | 144.9 | 0.95 | 0.59 |
| Hex | 32 | FA | 85 | 50 | 0 | 2F | 2 | 91 | 5F | 3B |
| Octal | 62 | 372 | 205 | 120 | 0 | 57 | 2 | 221 | 137 | 73 |
| Binary | 110010 | 11111010 | 10000101 | 1010000 | 0 | 101111 | 10 | 10010001 | 1011111 | 111011 |
Color Harmonies of #32FA85
Complementary color
Monochromatic Colors of #32FA85
Black with #32FA85
Text Example
Text Example
White with #32FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA85; }
p { color: rgb(50,250,133); }
H1.HeaderClassName
{
color: #32FA85;
}
.AnyTagClassName
{
color: #32FA85;
}
</style>
background-color css
<style>
a { background-color: #32FA85; }
a { background-color: rgb(50,250,133); }
div.DivClassName
{
background-color: #32FA85;
}
.BgClassName
{
background-color: #32FA85;
}
</style>
border-color css
<style>
span { border-color: #32FA85; }
span { border-color: rgb(50,250,133); }
td.TdClassName
{
border-color: #32FA85;
}
.TagClassName
{
border-color: #32FA85;
}
</style>