Shades of Medium Sea Green #32BF56
Tints of Medium Sea Green #32BF56
RGB
CMYK
RGB Variations
Color information
#32BF56 (or 0x32BF56) is known color: Medium Sea Green. HEX triplet: 32, BF and 56. RGB value is (50,191,86). Sum of RGB (Red+Green+Blue) = 50+191+86=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF56 is #CD40A9. Grayscale: #898989. Windows color (decimal): -13451434 or 5685042. OLE color: 5685042.
HSL color Cylindrical-coordinate representation of color #32BF56: hue angle of 135.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF56 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 86 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.25 |
| HSL | 135.32º | 0.59% | 0.47% | - |
| HSV(B) | 135.32º | 0.74% | 0.75% | - |
| XYZ | 21.63 | 38.61 | 15.12 | - |
| YUV | 136.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 86 | 0.74 | 0 | 0.55 | 0.25 | 135.32 | 0.59 | 0.47 |
| Hex | 32 | BF | 56 | 4A | 0 | 37 | 19 | 87 | 3B | 2F |
| Octal | 62 | 277 | 126 | 112 | 0 | 67 | 31 | 207 | 73 | 57 |
| Binary | 110010 | 10111111 | 1010110 | 1001010 | 0 | 110111 | 11001 | 10000111 | 111011 | 101111 |
Color Harmonies of #32BF56
Complementary color
Monochromatic Colors of #32BF56
Black with #32BF56
Text Example
Text Example
White with #32BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF56; }
p { color: rgb(50,191,86); }
H1.HeaderClassName
{
color: #32BF56;
}
.AnyTagClassName
{
color: #32BF56;
}
</style>
background-color css
<style>
a { background-color: #32BF56; }
a { background-color: rgb(50,191,86); }
div.DivClassName
{
background-color: #32BF56;
}
.BgClassName
{
background-color: #32BF56;
}
</style>
border-color css
<style>
span { border-color: #32BF56; }
span { border-color: rgb(50,191,86); }
td.TdClassName
{
border-color: #32BF56;
}
.TagClassName
{
border-color: #32BF56;
}
</style>