Shades of Spring Green #32F67C
Tints of Spring Green #32F67C
RGB
CMYK
RGB Variations
Color information
#32F67C (or 0x32F67C) is known color: Spring Green. HEX triplet: 32, F6 and 7C. RGB value is (50,246,124). Sum of RGB (Red+Green+Blue) = 50+246+124=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #32F67C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F67C is #CD0983. Grayscale: #ADADAD. Windows color (decimal): -13437316 or 8189490. OLE color: 8189490.
HSL color Cylindrical-coordinate representation of color #32F67C: hue angle of 142.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F67C is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 124 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.04 |
| HSL | 142.65º | 0.92% | 0.58% | - |
| HSV(B) | 142.65º | 0.8% | 0.96% | - |
| XYZ | 37.91 | 68.04 | 30.2 | - |
| YUV | 173.49 | 100.07 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 124 | 0.80 | 0 | 0.50 | 0.04 | 142.65 | 0.92 | 0.58 |
| Hex | 32 | F6 | 7C | 50 | 0 | 32 | 4 | 8F | 5C | 3A |
| Octal | 62 | 366 | 174 | 120 | 0 | 62 | 4 | 217 | 134 | 72 |
| Binary | 110010 | 11110110 | 1111100 | 1010000 | 0 | 110010 | 100 | 10001111 | 1011100 | 111010 |
Color Harmonies of #32F67C
Complementary color
Monochromatic Colors of #32F67C
Black with #32F67C
Text Example
Text Example
White with #32F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F67C; }
p { color: rgb(50,246,124); }
H1.HeaderClassName
{
color: #32F67C;
}
.AnyTagClassName
{
color: #32F67C;
}
</style>
background-color css
<style>
a { background-color: #32F67C; }
a { background-color: rgb(50,246,124); }
div.DivClassName
{
background-color: #32F67C;
}
.BgClassName
{
background-color: #32F67C;
}
</style>
border-color css
<style>
span { border-color: #32F67C; }
span { border-color: rgb(50,246,124); }
td.TdClassName
{
border-color: #32F67C;
}
.TagClassName
{
border-color: #32F67C;
}
</style>