Shades of Medium Sea Green #40BD63
Tints of Medium Sea Green #40BD63
RGB
CMYK
RGB Variations
Color information
#40BD63 (or 0x40BD63) is known color: Medium Sea Green. HEX triplet: 40, BD and 63. RGB value is (64,189,99). Sum of RGB (Red+Green+Blue) = 64+189+99=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BD63 is #BF429C. Grayscale: #8D8D8D. Windows color (decimal): -12534429 or 6536512. OLE color: 6536512.
HSL color Cylindrical-coordinate representation of color #40BD63: hue angle of 136.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD63 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 99 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.26 |
| HSL | 136.8º | 0.49% | 0.5% | - |
| HSV(B) | 136.8º | 0.66% | 0.74% | - |
| XYZ | 22.56 | 38.39 | 18.02 | - |
| YUV | 141.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 99 | 0.66 | 0 | 0.48 | 0.26 | 136.8 | 0.49 | 0.5 |
| Hex | 40 | BD | 63 | 42 | 0 | 30 | 1A | 89 | 31 | 32 |
| Octal | 100 | 275 | 143 | 102 | 0 | 60 | 32 | 211 | 61 | 62 |
| Binary | 1000000 | 10111101 | 1100011 | 1000010 | 0 | 110000 | 11010 | 10001001 | 110001 | 110010 |
Color Harmonies of #40BD63
Complementary color
Monochromatic Colors of #40BD63
Black with #40BD63
Text Example
Text Example
White with #40BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD63; }
p { color: rgb(64,189,99); }
H1.HeaderClassName
{
color: #40BD63;
}
.AnyTagClassName
{
color: #40BD63;
}
</style>
background-color css
<style>
a { background-color: #40BD63; }
a { background-color: rgb(64,189,99); }
div.DivClassName
{
background-color: #40BD63;
}
.BgClassName
{
background-color: #40BD63;
}
</style>
border-color css
<style>
span { border-color: #40BD63; }
span { border-color: rgb(64,189,99); }
td.TdClassName
{
border-color: #40BD63;
}
.TagClassName
{
border-color: #40BD63;
}
</style>