Shades of Spring Green #32FF7A
Tints of Spring Green #32FF7A
RGB
CMYK
RGB Variations
Color information
#32FF7A (or 0x32FF7A) is known color: Spring Green. HEX triplet: 32, FF and 7A. RGB value is (50,255,122). Sum of RGB (Red+Green+Blue) = 50+255+122=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FF7A is #CD0085. Grayscale: #B2B2B2. Windows color (decimal): -13435014 or 8060722. OLE color: 8060722.
HSL color Cylindrical-coordinate representation of color #32FF7A: hue angle of 141.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF7A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 122 | - |
| CMYK | 0.80 | 0 | 0.52 | 0 |
| HSL | 141.07º | 1% | 0.6% | - |
| HSV(B) | 141.07º | 0.8% | 1% | - |
| XYZ | 40.59 | 73.6 | 30.48 | - |
| YUV | 178.54 | 96.08 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 122 | 0.80 | 0 | 0.52 | 0 | 141.07 | 1 | 0.6 |
| Hex | 32 | FF | 7A | 50 | 0 | 34 | 0 | 8D | 64 | 3C |
| Octal | 62 | 377 | 172 | 120 | 0 | 64 | 0 | 215 | 144 | 74 |
| Binary | 110010 | 11111111 | 1111010 | 1010000 | 0 | 110100 | 0 | 10001101 | 1100100 | 111100 |
Color Harmonies of #32FF7A
Complementary color
Monochromatic Colors of #32FF7A
Black with #32FF7A
Text Example
Text Example
White with #32FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF7A; }
p { color: rgb(50,255,122); }
H1.HeaderClassName
{
color: #32FF7A;
}
.AnyTagClassName
{
color: #32FF7A;
}
</style>
background-color css
<style>
a { background-color: #32FF7A; }
a { background-color: rgb(50,255,122); }
div.DivClassName
{
background-color: #32FF7A;
}
.BgClassName
{
background-color: #32FF7A;
}
</style>
border-color css
<style>
span { border-color: #32FF7A; }
span { border-color: rgb(50,255,122); }
td.TdClassName
{
border-color: #32FF7A;
}
.TagClassName
{
border-color: #32FF7A;
}
</style>