Shades of Spring Green #32FA8A
Tints of Spring Green #32FA8A
RGB
CMYK
RGB Variations
Color information
#32FA8A (or 0x32FA8A) is known color: Spring Green. HEX triplet: 32, FA and 8A. RGB value is (50,250,138). Sum of RGB (Red+Green+Blue) = 50+250+138=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FA8A is #CD0575. Grayscale: #B1B1B1. Windows color (decimal): -13436278 or 9108018. OLE color: 9108018.
HSL color Cylindrical-coordinate representation of color #32FA8A: hue angle of 146.4º 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 #32FA8A is Cyan = 0.8, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 138 | - |
| CMYK | 0.8 | 0 | 0.45 | 0.02 |
| HSL | 146.4º | 0.95% | 0.59% | - |
| HSV(B) | 146.4º | 0.8% | 0.98% | - |
| XYZ | 40.09 | 70.88 | 35.61 | - |
| YUV | 177.43 | 105.74 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 138 | 0.8 | 0 | 0.45 | 0.02 | 146.4 | 0.95 | 0.59 |
| Hex | 32 | FA | 8A | 50 | 0 | 2D | 2 | 92 | 5F | 3B |
| Octal | 62 | 372 | 212 | 120 | 0 | 55 | 2 | 222 | 137 | 73 |
| Binary | 110010 | 11111010 | 10001010 | 1010000 | 0 | 101101 | 10 | 10010010 | 1011111 | 111011 |
Color Harmonies of #32FA8A
Complementary color
Monochromatic Colors of #32FA8A
Black with #32FA8A
Text Example
Text Example
White with #32FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA8A; }
p { color: rgb(50,250,138); }
H1.HeaderClassName
{
color: #32FA8A;
}
.AnyTagClassName
{
color: #32FA8A;
}
</style>
background-color css
<style>
a { background-color: #32FA8A; }
a { background-color: rgb(50,250,138); }
div.DivClassName
{
background-color: #32FA8A;
}
.BgClassName
{
background-color: #32FA8A;
}
</style>
border-color css
<style>
span { border-color: #32FA8A; }
span { border-color: rgb(50,250,138); }
td.TdClassName
{
border-color: #32FA8A;
}
.TagClassName
{
border-color: #32FA8A;
}
</style>