Shades of Spring Green #32FF82
Tints of Spring Green #32FF82
RGB
CMYK
RGB Variations
Color information
#32FF82 (or 0x32FF82) is known color: Spring Green. HEX triplet: 32, FF and 82. RGB value is (50,255,130). Sum of RGB (Red+Green+Blue) = 50+255+130=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FF82 is #CD007D. Grayscale: #B3B3B3. Windows color (decimal): -13435006 or 8585010. OLE color: 8585010.
HSL color Cylindrical-coordinate representation of color #32FF82: hue angle of 143.41º 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 #32FF82 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 130 | - |
| CMYK | 0.80 | 0 | 0.49 | 0 |
| HSL | 143.41º | 1% | 0.6% | - |
| HSV(B) | 143.41º | 0.8% | 1% | - |
| XYZ | 41.1 | 73.81 | 33.2 | - |
| YUV | 179.46 | 100.08 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 130 | 0.80 | 0 | 0.49 | 0 | 143.41 | 1 | 0.6 |
| Hex | 32 | FF | 82 | 50 | 0 | 31 | 0 | 8F | 64 | 3C |
| Octal | 62 | 377 | 202 | 120 | 0 | 61 | 0 | 217 | 144 | 74 |
| Binary | 110010 | 11111111 | 10000010 | 1010000 | 0 | 110001 | 0 | 10001111 | 1100100 | 111100 |
Color Harmonies of #32FF82
Complementary color
Monochromatic Colors of #32FF82
Black with #32FF82
Text Example
Text Example
White with #32FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF82; }
p { color: rgb(50,255,130); }
H1.HeaderClassName
{
color: #32FF82;
}
.AnyTagClassName
{
color: #32FF82;
}
</style>
background-color css
<style>
a { background-color: #32FF82; }
a { background-color: rgb(50,255,130); }
div.DivClassName
{
background-color: #32FF82;
}
.BgClassName
{
background-color: #32FF82;
}
</style>
border-color css
<style>
span { border-color: #32FF82; }
span { border-color: rgb(50,255,130); }
td.TdClassName
{
border-color: #32FF82;
}
.TagClassName
{
border-color: #32FF82;
}
</style>