Shades of Medium Sea Green #32B75B
Tints of Medium Sea Green #32B75B
RGB
CMYK
RGB Variations
Color information
#32B75B (or 0x32B75B) is known color: Medium Sea Green. HEX triplet: 32, B7 and 5B. RGB value is (50,183,91). Sum of RGB (Red+Green+Blue) = 50+183+91=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #32B75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B75B is #CD48A4. Grayscale: #848484. Windows color (decimal): -13453477 or 6010674. OLE color: 6010674.
HSL color Cylindrical-coordinate representation of color #32B75B: hue angle of 138.5º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B75B is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 91 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.28 |
| HSL | 138.5º | 0.57% | 0.46% | - |
| HSV(B) | 138.5º | 0.73% | 0.72% | - |
| XYZ | 20.14 | 35.3 | 15.65 | - |
| YUV | 132.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 91 | 0.73 | 0 | 0.50 | 0.28 | 138.5 | 0.57 | 0.46 |
| Hex | 32 | B7 | 5B | 49 | 0 | 32 | 1C | 8A | 39 | 2E |
| Octal | 62 | 267 | 133 | 111 | 0 | 62 | 34 | 212 | 71 | 56 |
| Binary | 110010 | 10110111 | 1011011 | 1001001 | 0 | 110010 | 11100 | 10001010 | 111001 | 101110 |
Color Harmonies of #32B75B
Complementary color
Monochromatic Colors of #32B75B
Black with #32B75B
Text Example
Text Example
White with #32B75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B75B; }
p { color: rgb(50,183,91); }
H1.HeaderClassName
{
color: #32B75B;
}
.AnyTagClassName
{
color: #32B75B;
}
</style>
background-color css
<style>
a { background-color: #32B75B; }
a { background-color: rgb(50,183,91); }
div.DivClassName
{
background-color: #32B75B;
}
.BgClassName
{
background-color: #32B75B;
}
</style>
border-color css
<style>
span { border-color: #32B75B; }
span { border-color: rgb(50,183,91); }
td.TdClassName
{
border-color: #32B75B;
}
.TagClassName
{
border-color: #32B75B;
}
</style>