Shades of Spring Green #32F96E
Tints of Spring Green #32F96E
RGB
CMYK
RGB Variations
Color information
#32F96E (or 0x32F96E) is known color: Spring Green. HEX triplet: 32, F9 and 6E. RGB value is (50,249,110). Sum of RGB (Red+Green+Blue) = 50+249+110=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 249 (97.66% from 255 or 60.88% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 249 - color contains mainly: green. Hex color #32F96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F96E is #CD0691. Grayscale: #AEAEAE. Windows color (decimal): -13436562 or 7272754. OLE color: 7272754.
HSL color Cylindrical-coordinate representation of color #32F96E: hue angle of 138.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F96E is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 110 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.02 |
| HSL | 138.09º | 0.94% | 0.59% | - |
| HSV(B) | 138.09º | 0.8% | 0.98% | - |
| XYZ | 38.01 | 69.56 | 26.17 | - |
| YUV | 173.65 | 92.07 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 110 | 0.80 | 0 | 0.56 | 0.02 | 138.09 | 0.94 | 0.59 |
| Hex | 32 | F9 | 6E | 50 | 0 | 38 | 2 | 8A | 5E | 3B |
| Octal | 62 | 371 | 156 | 120 | 0 | 70 | 2 | 212 | 136 | 73 |
| Binary | 110010 | 11111001 | 1101110 | 1010000 | 0 | 111000 | 10 | 10001010 | 1011110 | 111011 |
Color Harmonies of #32F96E
Complementary color
Monochromatic Colors of #32F96E
Black with #32F96E
Text Example
Text Example
White with #32F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F96E; }
p { color: rgb(50,249,110); }
H1.HeaderClassName
{
color: #32F96E;
}
.AnyTagClassName
{
color: #32F96E;
}
</style>
background-color css
<style>
a { background-color: #32F96E; }
a { background-color: rgb(50,249,110); }
div.DivClassName
{
background-color: #32F96E;
}
.BgClassName
{
background-color: #32F96E;
}
</style>
border-color css
<style>
span { border-color: #32F96E; }
span { border-color: rgb(50,249,110); }
td.TdClassName
{
border-color: #32F96E;
}
.TagClassName
{
border-color: #32F96E;
}
</style>