Shades of Medium Sea Green #32D25D
Tints of Medium Sea Green #32D25D
RGB
CMYK
RGB Variations
Color information
#32D25D (or 0x32D25D) is known color: Medium Sea Green. HEX triplet: 32, D2 and 5D. RGB value is (50,210,93). Sum of RGB (Red+Green+Blue) = 50+210+93=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #32D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D25D is #CD2DA2. Grayscale: #959595. Windows color (decimal): -13446563 or 6148658. OLE color: 6148658.
HSL color Cylindrical-coordinate representation of color #32D25D: hue angle of 136.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D25D is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 93 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.18 |
| HSL | 136.13º | 0.64% | 0.51% | - |
| HSV(B) | 136.13º | 0.76% | 0.82% | - |
| XYZ | 26.34 | 47.56 | 18.15 | - |
| YUV | 148.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 93 | 0.76 | 0 | 0.56 | 0.18 | 136.13 | 0.64 | 0.51 |
| Hex | 32 | D2 | 5D | 4C | 0 | 38 | 12 | 88 | 40 | 33 |
| Octal | 62 | 322 | 135 | 114 | 0 | 70 | 22 | 210 | 100 | 63 |
| Binary | 110010 | 11010010 | 1011101 | 1001100 | 0 | 111000 | 10010 | 10001000 | 1000000 | 110011 |
Color Harmonies of #32D25D
Complementary color
Monochromatic Colors of #32D25D
Black with #32D25D
Text Example
Text Example
White with #32D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D25D; }
p { color: rgb(50,210,93); }
H1.HeaderClassName
{
color: #32D25D;
}
.AnyTagClassName
{
color: #32D25D;
}
</style>
background-color css
<style>
a { background-color: #32D25D; }
a { background-color: rgb(50,210,93); }
div.DivClassName
{
background-color: #32D25D;
}
.BgClassName
{
background-color: #32D25D;
}
</style>
border-color css
<style>
span { border-color: #32D25D; }
span { border-color: rgb(50,210,93); }
td.TdClassName
{
border-color: #32D25D;
}
.TagClassName
{
border-color: #32D25D;
}
</style>