Shades of Medium Sea Green #32CF5F
Tints of Medium Sea Green #32CF5F
RGB
CMYK
RGB Variations
Color information
#32CF5F (or 0x32CF5F) is known color: Medium Sea Green. HEX triplet: 32, CF and 5F. RGB value is (50,207,95). Sum of RGB (Red+Green+Blue) = 50+207+95=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF5F is #CD30A0. Grayscale: #939393. Windows color (decimal): -13447329 or 6278962. OLE color: 6278962.
HSL color Cylindrical-coordinate representation of color #32CF5F: hue angle of 137.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF5F is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 95 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.19 |
| HSL | 137.2º | 0.62% | 0.5% | - |
| HSV(B) | 137.2º | 0.76% | 0.81% | - |
| XYZ | 25.69 | 46.13 | 18.38 | - |
| YUV | 147.29 | 98.49 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 95 | 0.76 | 0 | 0.54 | 0.19 | 137.2 | 0.62 | 0.5 |
| Hex | 32 | CF | 5F | 4C | 0 | 36 | 13 | 89 | 3E | 32 |
| Octal | 62 | 317 | 137 | 114 | 0 | 66 | 23 | 211 | 76 | 62 |
| Binary | 110010 | 11001111 | 1011111 | 1001100 | 0 | 110110 | 10011 | 10001001 | 111110 | 110010 |
Color Harmonies of #32CF5F
Complementary color
Monochromatic Colors of #32CF5F
Black with #32CF5F
Text Example
Text Example
White with #32CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF5F; }
p { color: rgb(50,207,95); }
H1.HeaderClassName
{
color: #32CF5F;
}
.AnyTagClassName
{
color: #32CF5F;
}
</style>
background-color css
<style>
a { background-color: #32CF5F; }
a { background-color: rgb(50,207,95); }
div.DivClassName
{
background-color: #32CF5F;
}
.BgClassName
{
background-color: #32CF5F;
}
</style>
border-color css
<style>
span { border-color: #32CF5F; }
span { border-color: rgb(50,207,95); }
td.TdClassName
{
border-color: #32CF5F;
}
.TagClassName
{
border-color: #32CF5F;
}
</style>