Shades of Medium Sea Green #40C36F
Tints of Medium Sea Green #40C36F
RGB
CMYK
RGB Variations
Color information
#40C36F (or 0x40C36F) is known color: Medium Sea Green. HEX triplet: 40, C3 and 6F. RGB value is (64,195,111). Sum of RGB (Red+Green+Blue) = 64+195+111=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #40C36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C36F is #BF3C90. Grayscale: #929292. Windows color (decimal): -12532881 or 7324480. OLE color: 7324480.
HSL color Cylindrical-coordinate representation of color #40C36F: hue angle of 141.53º 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 #40C36F is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 111 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.24 |
| HSL | 141.53º | 0.52% | 0.51% | - |
| HSV(B) | 141.53º | 0.67% | 0.76% | - |
| XYZ | 24.5 | 41.27 | 21.71 | - |
| YUV | 146.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 111 | 0.67 | 0 | 0.43 | 0.24 | 141.53 | 0.52 | 0.51 |
| Hex | 40 | C3 | 6F | 43 | 0 | 2B | 18 | 8E | 34 | 33 |
| Octal | 100 | 303 | 157 | 103 | 0 | 53 | 30 | 216 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1101111 | 1000011 | 0 | 101011 | 11000 | 10001110 | 110100 | 110011 |
Color Harmonies of #40C36F
Complementary color
Monochromatic Colors of #40C36F
Black with #40C36F
Text Example
Text Example
White with #40C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C36F; }
p { color: rgb(64,195,111); }
H1.HeaderClassName
{
color: #40C36F;
}
.AnyTagClassName
{
color: #40C36F;
}
</style>
background-color css
<style>
a { background-color: #40C36F; }
a { background-color: rgb(64,195,111); }
div.DivClassName
{
background-color: #40C36F;
}
.BgClassName
{
background-color: #40C36F;
}
</style>
border-color css
<style>
span { border-color: #40C36F; }
span { border-color: rgb(64,195,111); }
td.TdClassName
{
border-color: #40C36F;
}
.TagClassName
{
border-color: #40C36F;
}
</style>