Shades of Medium Sea Green #32C95D
Tints of Medium Sea Green #32C95D
RGB
CMYK
RGB Variations
Color information
#32C95D (or 0x32C95D) is known color: Medium Sea Green. HEX triplet: 32, C9 and 5D. RGB value is (50,201,93). Sum of RGB (Red+Green+Blue) = 50+201+93=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #32C95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C95D is #CD36A2. Grayscale: #8F8F8F. Windows color (decimal): -13448867 or 6146354. OLE color: 6146354.
HSL color Cylindrical-coordinate representation of color #32C95D: hue angle of 137.09º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C95D is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 93 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.21 |
| HSL | 137.09º | 0.6% | 0.49% | - |
| HSV(B) | 137.09º | 0.75% | 0.79% | - |
| XYZ | 24.18 | 43.24 | 17.43 | - |
| YUV | 143.54 | 99.47 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 93 | 0.75 | 0 | 0.54 | 0.21 | 137.09 | 0.6 | 0.49 |
| Hex | 32 | C9 | 5D | 4B | 0 | 36 | 15 | 89 | 3C | 31 |
| Octal | 62 | 311 | 135 | 113 | 0 | 66 | 25 | 211 | 74 | 61 |
| Binary | 110010 | 11001001 | 1011101 | 1001011 | 0 | 110110 | 10101 | 10001001 | 111100 | 110001 |
Color Harmonies of #32C95D
Complementary color
Monochromatic Colors of #32C95D
Black with #32C95D
Text Example
Text Example
White with #32C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C95D; }
p { color: rgb(50,201,93); }
H1.HeaderClassName
{
color: #32C95D;
}
.AnyTagClassName
{
color: #32C95D;
}
</style>
background-color css
<style>
a { background-color: #32C95D; }
a { background-color: rgb(50,201,93); }
div.DivClassName
{
background-color: #32C95D;
}
.BgClassName
{
background-color: #32C95D;
}
</style>
border-color css
<style>
span { border-color: #32C95D; }
span { border-color: rgb(50,201,93); }
td.TdClassName
{
border-color: #32C95D;
}
.TagClassName
{
border-color: #32C95D;
}
</style>