Shades of Medium Sea Green #32C25F
Tints of Medium Sea Green #32C25F
RGB
CMYK
RGB Variations
Color information
#32C25F (or 0x32C25F) is known color: Medium Sea Green. HEX triplet: 32, C2 and 5F. RGB value is (50,194,95). Sum of RGB (Red+Green+Blue) = 50+194+95=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #32C25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C25F is #CD3DA0. Grayscale: #8B8B8B. Windows color (decimal): -13450657 or 6275634. OLE color: 6275634.
HSL color Cylindrical-coordinate representation of color #32C25F: hue angle of 138.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C25F is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 95 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.24 |
| HSL | 138.75º | 0.59% | 0.48% | - |
| HSV(B) | 138.75º | 0.74% | 0.76% | - |
| XYZ | 22.67 | 40.09 | 17.37 | - |
| YUV | 139.66 | 102.79 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 95 | 0.74 | 0 | 0.51 | 0.24 | 138.75 | 0.59 | 0.48 |
| Hex | 32 | C2 | 5F | 4A | 0 | 33 | 18 | 8B | 3B | 30 |
| Octal | 62 | 302 | 137 | 112 | 0 | 63 | 30 | 213 | 73 | 60 |
| Binary | 110010 | 11000010 | 1011111 | 1001010 | 0 | 110011 | 11000 | 10001011 | 111011 | 110000 |
Color Harmonies of #32C25F
Complementary color
Monochromatic Colors of #32C25F
Black with #32C25F
Text Example
Text Example
White with #32C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C25F; }
p { color: rgb(50,194,95); }
H1.HeaderClassName
{
color: #32C25F;
}
.AnyTagClassName
{
color: #32C25F;
}
</style>
background-color css
<style>
a { background-color: #32C25F; }
a { background-color: rgb(50,194,95); }
div.DivClassName
{
background-color: #32C25F;
}
.BgClassName
{
background-color: #32C25F;
}
</style>
border-color css
<style>
span { border-color: #32C25F; }
span { border-color: rgb(50,194,95); }
td.TdClassName
{
border-color: #32C25F;
}
.TagClassName
{
border-color: #32C25F;
}
</style>