Shades of Medium Sea Green #40C35D
Tints of Medium Sea Green #40C35D
RGB
CMYK
RGB Variations
Color information
#40C35D (or 0x40C35D) is known color: Medium Sea Green. HEX triplet: 40, C3 and 5D. RGB value is (64,195,93). Sum of RGB (Red+Green+Blue) = 64+195+93=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #40C35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C35D is #BF3CA2. Grayscale: #909090. Windows color (decimal): -12532899 or 6144832. OLE color: 6144832.
HSL color Cylindrical-coordinate representation of color #40C35D: hue angle of 133.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C35D is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 93 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.24 |
| HSL | 133.28º | 0.52% | 0.51% | - |
| HSV(B) | 133.28º | 0.67% | 0.76% | - |
| XYZ | 23.61 | 40.91 | 17.01 | - |
| YUV | 144.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 93 | 0.67 | 0 | 0.52 | 0.24 | 133.28 | 0.52 | 0.51 |
| Hex | 40 | C3 | 5D | 43 | 0 | 34 | 18 | 85 | 34 | 33 |
| Octal | 100 | 303 | 135 | 103 | 0 | 64 | 30 | 205 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1011101 | 1000011 | 0 | 110100 | 11000 | 10000101 | 110100 | 110011 |
Color Harmonies of #40C35D
Complementary color
Monochromatic Colors of #40C35D
Black with #40C35D
Text Example
Text Example
White with #40C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C35D; }
p { color: rgb(64,195,93); }
H1.HeaderClassName
{
color: #40C35D;
}
.AnyTagClassName
{
color: #40C35D;
}
</style>
background-color css
<style>
a { background-color: #40C35D; }
a { background-color: rgb(64,195,93); }
div.DivClassName
{
background-color: #40C35D;
}
.BgClassName
{
background-color: #40C35D;
}
</style>
border-color css
<style>
span { border-color: #40C35D; }
span { border-color: rgb(64,195,93); }
td.TdClassName
{
border-color: #40C35D;
}
.TagClassName
{
border-color: #40C35D;
}
</style>