Shades of Spring Green #32FF6E
Tints of Spring Green #32FF6E
RGB
CMYK
RGB Variations
Color information
#32FF6E (or 0x32FF6E) is known color: Spring Green. HEX triplet: 32, FF and 6E. RGB value is (50,255,110). Sum of RGB (Red+Green+Blue) = 50+255+110=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FF6E is #CD0091. Grayscale: #B1B1B1. Windows color (decimal): -13435026 or 7274290. OLE color: 7274290.
HSL color Cylindrical-coordinate representation of color #32FF6E: hue angle of 137.56º 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 #32FF6E is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 110 | - |
| CMYK | 0.80 | 0 | 0.57 | 0 |
| HSL | 137.56º | 1% | 0.6% | - |
| HSV(B) | 137.56º | 0.8% | 1% | - |
| XYZ | 39.89 | 73.32 | 26.8 | - |
| YUV | 177.18 | 90.08 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 110 | 0.80 | 0 | 0.57 | 0 | 137.56 | 1 | 0.6 |
| Hex | 32 | FF | 6E | 50 | 0 | 39 | 0 | 8A | 64 | 3C |
| Octal | 62 | 377 | 156 | 120 | 0 | 71 | 0 | 212 | 144 | 74 |
| Binary | 110010 | 11111111 | 1101110 | 1010000 | 0 | 111001 | 0 | 10001010 | 1100100 | 111100 |
Color Harmonies of #32FF6E
Complementary color
Monochromatic Colors of #32FF6E
Black with #32FF6E
Text Example
Text Example
White with #32FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF6E; }
p { color: rgb(50,255,110); }
H1.HeaderClassName
{
color: #32FF6E;
}
.AnyTagClassName
{
color: #32FF6E;
}
</style>
background-color css
<style>
a { background-color: #32FF6E; }
a { background-color: rgb(50,255,110); }
div.DivClassName
{
background-color: #32FF6E;
}
.BgClassName
{
background-color: #32FF6E;
}
</style>
border-color css
<style>
span { border-color: #32FF6E; }
span { border-color: rgb(50,255,110); }
td.TdClassName
{
border-color: #32FF6E;
}
.TagClassName
{
border-color: #32FF6E;
}
</style>