Shades of Spring Green #32FE83
Tints of Spring Green #32FE83
RGB
CMYK
RGB Variations
Color information
#32FE83 (or 0x32FE83) is known color: Spring Green. HEX triplet: 32, FE and 83. RGB value is (50,254,131). Sum of RGB (Red+Green+Blue) = 50+254+131=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FE83 is #CD017C. Grayscale: #B3B3B3. Windows color (decimal): -13435261 or 8650290. OLE color: 8650290.
HSL color Cylindrical-coordinate representation of color #32FE83: hue angle of 143.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FE83 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 131 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.00 |
| HSL | 143.82º | 0.99% | 0.6% | - |
| HSV(B) | 143.82º | 0.8% | 1% | - |
| XYZ | 40.85 | 73.2 | 33.45 | - |
| YUV | 178.98 | 100.91 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 131 | 0.80 | 0 | 0.48 | 0.00 | 143.82 | 0.99 | 0.6 |
| Hex | 32 | FE | 83 | 50 | 0 | 30 | 0 | 90 | 63 | 3C |
| Octal | 62 | 376 | 203 | 120 | 0 | 60 | 0 | 220 | 143 | 74 |
| Binary | 110010 | 11111110 | 10000011 | 1010000 | 0 | 110000 | 0 | 10010000 | 1100011 | 111100 |
Color Harmonies of #32FE83
Complementary color
Monochromatic Colors of #32FE83
Black with #32FE83
Text Example
Text Example
White with #32FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FE83; }
p { color: rgb(50,254,131); }
H1.HeaderClassName
{
color: #32FE83;
}
.AnyTagClassName
{
color: #32FE83;
}
</style>
background-color css
<style>
a { background-color: #32FE83; }
a { background-color: rgb(50,254,131); }
div.DivClassName
{
background-color: #32FE83;
}
.BgClassName
{
background-color: #32FE83;
}
</style>
border-color css
<style>
span { border-color: #32FE83; }
span { border-color: rgb(50,254,131); }
td.TdClassName
{
border-color: #32FE83;
}
.TagClassName
{
border-color: #32FE83;
}
</style>