Shades of Spring Green #32FD6B
Tints of Spring Green #32FD6B
RGB
CMYK
RGB Variations
Color information
#32FD6B (or 0x32FD6B) is known color: Spring Green. HEX triplet: 32, FD and 6B. RGB value is (50,253,107). Sum of RGB (Red+Green+Blue) = 50+253+107=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 253 (99.22% from 255 or 61.71% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FD6B is #CD0294. Grayscale: #B0B0B0. Windows color (decimal): -13435541 or 7077170. OLE color: 7077170.
HSL color Cylindrical-coordinate representation of color #32FD6B: hue angle of 136.85º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD6B is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 107 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.01 |
| HSL | 136.85º | 0.98% | 0.59% | - |
| HSV(B) | 136.85º | 0.8% | 0.99% | - |
| XYZ | 39.09 | 71.99 | 25.74 | - |
| YUV | 175.66 | 89.25 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 107 | 0.80 | 0 | 0.58 | 0.01 | 136.85 | 0.98 | 0.59 |
| Hex | 32 | FD | 6B | 50 | 0 | 3A | 1 | 89 | 62 | 3B |
| Octal | 62 | 375 | 153 | 120 | 0 | 72 | 1 | 211 | 142 | 73 |
| Binary | 110010 | 11111101 | 1101011 | 1010000 | 0 | 111010 | 1 | 10001001 | 1100010 | 111011 |
Color Harmonies of #32FD6B
Complementary color
Monochromatic Colors of #32FD6B
Black with #32FD6B
Text Example
Text Example
White with #32FD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD6B; }
p { color: rgb(50,253,107); }
H1.HeaderClassName
{
color: #32FD6B;
}
.AnyTagClassName
{
color: #32FD6B;
}
</style>
background-color css
<style>
a { background-color: #32FD6B; }
a { background-color: rgb(50,253,107); }
div.DivClassName
{
background-color: #32FD6B;
}
.BgClassName
{
background-color: #32FD6B;
}
</style>
border-color css
<style>
span { border-color: #32FD6B; }
span { border-color: rgb(50,253,107); }
td.TdClassName
{
border-color: #32FD6B;
}
.TagClassName
{
border-color: #32FD6B;
}
</style>