Shades of Spring Green #32FB6B
Tints of Spring Green #32FB6B
RGB
CMYK
RGB Variations
Color information
#32FB6B (or 0x32FB6B) is known color: Spring Green. HEX triplet: 32, FB and 6B. RGB value is (50,251,107). Sum of RGB (Red+Green+Blue) = 50+251+107=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 251 (98.44% from 255 or 61.52% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FB6B is #CD0494. Grayscale: #AEAEAE. Windows color (decimal): -13436053 or 7076658. OLE color: 7076658.
HSL color Cylindrical-coordinate representation of color #32FB6B: hue angle of 137.01º degrees, saturation: 0.96, 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 #32FB6B is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 107 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.02 |
| HSL | 137.01º | 0.96% | 0.59% | - |
| HSV(B) | 137.01º | 0.8% | 0.98% | - |
| XYZ | 38.47 | 70.73 | 25.54 | - |
| YUV | 174.49 | 89.91 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 107 | 0.80 | 0 | 0.57 | 0.02 | 137.01 | 0.96 | 0.59 |
| Hex | 32 | FB | 6B | 50 | 0 | 39 | 2 | 89 | 60 | 3B |
| Octal | 62 | 373 | 153 | 120 | 0 | 71 | 2 | 211 | 140 | 73 |
| Binary | 110010 | 11111011 | 1101011 | 1010000 | 0 | 111001 | 10 | 10001001 | 1100000 | 111011 |
Color Harmonies of #32FB6B
Complementary color
Monochromatic Colors of #32FB6B
Black with #32FB6B
Text Example
Text Example
White with #32FB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB6B; }
p { color: rgb(50,251,107); }
H1.HeaderClassName
{
color: #32FB6B;
}
.AnyTagClassName
{
color: #32FB6B;
}
</style>
background-color css
<style>
a { background-color: #32FB6B; }
a { background-color: rgb(50,251,107); }
div.DivClassName
{
background-color: #32FB6B;
}
.BgClassName
{
background-color: #32FB6B;
}
</style>
border-color css
<style>
span { border-color: #32FB6B; }
span { border-color: rgb(50,251,107); }
td.TdClassName
{
border-color: #32FB6B;
}
.TagClassName
{
border-color: #32FB6B;
}
</style>