Shades of Medium Sea Green #32CC5D
Tints of Medium Sea Green #32CC5D
RGB
CMYK
RGB Variations
Color information
#32CC5D (or 0x32CC5D) is known color: Medium Sea Green. HEX triplet: 32, CC and 5D. RGB value is (50,204,93). Sum of RGB (Red+Green+Blue) = 50+204+93=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC5D is #CD33A2. Grayscale: #919191. Windows color (decimal): -13448099 or 6147122. OLE color: 6147122.
HSL color Cylindrical-coordinate representation of color #32CC5D: hue angle of 136.75º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC5D is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 93 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.2 |
| HSL | 136.75º | 0.61% | 0.5% | - |
| HSV(B) | 136.75º | 0.75% | 0.8% | - |
| XYZ | 24.88 | 44.65 | 17.66 | - |
| YUV | 145.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 93 | 0.75 | 0 | 0.54 | 0.2 | 136.75 | 0.61 | 0.5 |
| Hex | 32 | CC | 5D | 4B | 0 | 36 | 14 | 89 | 3D | 32 |
| Octal | 62 | 314 | 135 | 113 | 0 | 66 | 24 | 211 | 75 | 62 |
| Binary | 110010 | 11001100 | 1011101 | 1001011 | 0 | 110110 | 10100 | 10001001 | 111101 | 110010 |
Color Harmonies of #32CC5D
Complementary color
Monochromatic Colors of #32CC5D
Black with #32CC5D
Text Example
Text Example
White with #32CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC5D; }
p { color: rgb(50,204,93); }
H1.HeaderClassName
{
color: #32CC5D;
}
.AnyTagClassName
{
color: #32CC5D;
}
</style>
background-color css
<style>
a { background-color: #32CC5D; }
a { background-color: rgb(50,204,93); }
div.DivClassName
{
background-color: #32CC5D;
}
.BgClassName
{
background-color: #32CC5D;
}
</style>
border-color css
<style>
span { border-color: #32CC5D; }
span { border-color: rgb(50,204,93); }
td.TdClassName
{
border-color: #32CC5D;
}
.TagClassName
{
border-color: #32CC5D;
}
</style>