Shades of Medium Sea Green #32D35F
Tints of Medium Sea Green #32D35F
RGB
CMYK
RGB Variations
Color information
#32D35F (or 0x32D35F) is known color: Medium Sea Green. HEX triplet: 32, D3 and 5F. RGB value is (50,211,95). Sum of RGB (Red+Green+Blue) = 50+211+95=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #32D35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D35F is #CD2CA0. Grayscale: #959595. Windows color (decimal): -13446305 or 6279986. OLE color: 6279986.
HSL color Cylindrical-coordinate representation of color #32D35F: hue angle of 136.77º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D35F is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 95 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.17 |
| HSL | 136.77º | 0.65% | 0.51% | - |
| HSV(B) | 136.77º | 0.76% | 0.83% | - |
| XYZ | 26.68 | 48.09 | 18.7 | - |
| YUV | 149.64 | 97.16 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 95 | 0.76 | 0 | 0.55 | 0.17 | 136.77 | 0.65 | 0.51 |
| Hex | 32 | D3 | 5F | 4C | 0 | 37 | 11 | 89 | 41 | 33 |
| Octal | 62 | 323 | 137 | 114 | 0 | 67 | 21 | 211 | 101 | 63 |
| Binary | 110010 | 11010011 | 1011111 | 1001100 | 0 | 110111 | 10001 | 10001001 | 1000001 | 110011 |
Color Harmonies of #32D35F
Complementary color
Monochromatic Colors of #32D35F
Black with #32D35F
Text Example
Text Example
White with #32D35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D35F; }
p { color: rgb(50,211,95); }
H1.HeaderClassName
{
color: #32D35F;
}
.AnyTagClassName
{
color: #32D35F;
}
</style>
background-color css
<style>
a { background-color: #32D35F; }
a { background-color: rgb(50,211,95); }
div.DivClassName
{
background-color: #32D35F;
}
.BgClassName
{
background-color: #32D35F;
}
</style>
border-color css
<style>
span { border-color: #32D35F; }
span { border-color: rgb(50,211,95); }
td.TdClassName
{
border-color: #32D35F;
}
.TagClassName
{
border-color: #32D35F;
}
</style>