Shades of Medium Sea Green #32BF5F
Tints of Medium Sea Green #32BF5F
RGB
CMYK
RGB Variations
Color information
#32BF5F (or 0x32BF5F) is known color: Medium Sea Green. HEX triplet: 32, BF and 5F. RGB value is (50,191,95). Sum of RGB (Red+Green+Blue) = 50+191+95=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF5F is #CD40A0. Grayscale: #8A8A8A. Windows color (decimal): -13451425 or 6274866. OLE color: 6274866.
HSL color Cylindrical-coordinate representation of color #32BF5F: hue angle of 139.15º 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 #32BF5F is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 95 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.25 |
| HSL | 139.15º | 0.59% | 0.47% | - |
| HSV(B) | 139.15º | 0.74% | 0.75% | - |
| XYZ | 22.01 | 38.77 | 17.15 | - |
| YUV | 137.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 95 | 0.74 | 0 | 0.50 | 0.25 | 139.15 | 0.59 | 0.47 |
| Hex | 32 | BF | 5F | 4A | 0 | 32 | 19 | 8B | 3B | 2F |
| Octal | 62 | 277 | 137 | 112 | 0 | 62 | 31 | 213 | 73 | 57 |
| Binary | 110010 | 10111111 | 1011111 | 1001010 | 0 | 110010 | 11001 | 10001011 | 111011 | 101111 |
Color Harmonies of #32BF5F
Complementary color
Monochromatic Colors of #32BF5F
Black with #32BF5F
Text Example
Text Example
White with #32BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF5F; }
p { color: rgb(50,191,95); }
H1.HeaderClassName
{
color: #32BF5F;
}
.AnyTagClassName
{
color: #32BF5F;
}
</style>
background-color css
<style>
a { background-color: #32BF5F; }
a { background-color: rgb(50,191,95); }
div.DivClassName
{
background-color: #32BF5F;
}
.BgClassName
{
background-color: #32BF5F;
}
</style>
border-color css
<style>
span { border-color: #32BF5F; }
span { border-color: rgb(50,191,95); }
td.TdClassName
{
border-color: #32BF5F;
}
.TagClassName
{
border-color: #32BF5F;
}
</style>