Shades of Spring Green #32FA7B
Tints of Spring Green #32FA7B
RGB
CMYK
RGB Variations
Color information
#32FA7B (or 0x32FA7B) is known color: Spring Green. HEX triplet: 32, FA and 7B. RGB value is (50,250,123). Sum of RGB (Red+Green+Blue) = 50+250+123=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FA7B is #CD0584. Grayscale: #B0B0B0. Windows color (decimal): -13436293 or 8124978. OLE color: 8124978.
HSL color Cylindrical-coordinate representation of color #32FA7B: hue angle of 141.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 #32FA7B is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 123 | - |
| CMYK | 0.8 | 0 | 0.51 | 0.02 |
| HSL | 141.9º | 0.95% | 0.59% | - |
| HSV(B) | 141.9º | 0.8% | 0.98% | - |
| XYZ | 39.08 | 70.48 | 30.28 | - |
| YUV | 175.72 | 98.24 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 123 | 0.8 | 0 | 0.51 | 0.02 | 141.9 | 0.95 | 0.59 |
| Hex | 32 | FA | 7B | 50 | 0 | 33 | 2 | 8E | 5F | 3B |
| Octal | 62 | 372 | 173 | 120 | 0 | 63 | 2 | 216 | 137 | 73 |
| Binary | 110010 | 11111010 | 1111011 | 1010000 | 0 | 110011 | 10 | 10001110 | 1011111 | 111011 |
Color Harmonies of #32FA7B
Complementary color
Monochromatic Colors of #32FA7B
Black with #32FA7B
Text Example
Text Example
White with #32FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA7B; }
p { color: rgb(50,250,123); }
H1.HeaderClassName
{
color: #32FA7B;
}
.AnyTagClassName
{
color: #32FA7B;
}
</style>
background-color css
<style>
a { background-color: #32FA7B; }
a { background-color: rgb(50,250,123); }
div.DivClassName
{
background-color: #32FA7B;
}
.BgClassName
{
background-color: #32FA7B;
}
</style>
border-color css
<style>
span { border-color: #32FA7B; }
span { border-color: rgb(50,250,123); }
td.TdClassName
{
border-color: #32FA7B;
}
.TagClassName
{
border-color: #32FA7B;
}
</style>