Shades of Medium Sea Green #40C05D
Tints of Medium Sea Green #40C05D
RGB
CMYK
RGB Variations
Color information
#40C05D (or 0x40C05D) is known color: Medium Sea Green. HEX triplet: 40, C0 and 5D. RGB value is (64,192,93). Sum of RGB (Red+Green+Blue) = 64+192+93=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #40C05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C05D is #BF3FA2. Grayscale: #8E8E8E. Windows color (decimal): -12533667 or 6144064. OLE color: 6144064.
HSL color Cylindrical-coordinate representation of color #40C05D: hue angle of 133.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C05D is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 93 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.25 |
| HSL | 133.59º | 0.5% | 0.5% | - |
| HSV(B) | 133.59º | 0.67% | 0.75% | - |
| XYZ | 22.94 | 39.58 | 16.79 | - |
| YUV | 142.44 | 100.09 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 93 | 0.67 | 0 | 0.52 | 0.25 | 133.59 | 0.5 | 0.5 |
| Hex | 40 | C0 | 5D | 43 | 0 | 34 | 19 | 86 | 32 | 32 |
| Octal | 100 | 300 | 135 | 103 | 0 | 64 | 31 | 206 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1011101 | 1000011 | 0 | 110100 | 11001 | 10000110 | 110010 | 110010 |
Color Harmonies of #40C05D
Complementary color
Monochromatic Colors of #40C05D
Black with #40C05D
Text Example
Text Example
White with #40C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C05D; }
p { color: rgb(64,192,93); }
H1.HeaderClassName
{
color: #40C05D;
}
.AnyTagClassName
{
color: #40C05D;
}
</style>
background-color css
<style>
a { background-color: #40C05D; }
a { background-color: rgb(64,192,93); }
div.DivClassName
{
background-color: #40C05D;
}
.BgClassName
{
background-color: #40C05D;
}
</style>
border-color css
<style>
span { border-color: #40C05D; }
span { border-color: rgb(64,192,93); }
td.TdClassName
{
border-color: #40C05D;
}
.TagClassName
{
border-color: #40C05D;
}
</style>