Shades of Medium Sea Green #40BF5E
Tints of Medium Sea Green #40BF5E
RGB
CMYK
RGB Variations
Color information
#40BF5E (or 0x40BF5E) is known color: Medium Sea Green. HEX triplet: 40, BF and 5E. RGB value is (64,191,94). Sum of RGB (Red+Green+Blue) = 64+191+94=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF5E is #BF40A1. Grayscale: #8E8E8E. Windows color (decimal): -12533922 or 6209344. OLE color: 6209344.
HSL color Cylindrical-coordinate representation of color #40BF5E: hue angle of 134.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF5E is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 94 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.25 |
| HSL | 134.17º | 0.5% | 0.5% | - |
| HSV(B) | 134.17º | 0.66% | 0.75% | - |
| XYZ | 22.77 | 39.16 | 16.95 | - |
| YUV | 141.97 | 100.92 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 94 | 0.66 | 0 | 0.51 | 0.25 | 134.17 | 0.5 | 0.5 |
| Hex | 40 | BF | 5E | 42 | 0 | 33 | 19 | 86 | 32 | 32 |
| Octal | 100 | 277 | 136 | 102 | 0 | 63 | 31 | 206 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1011110 | 1000010 | 0 | 110011 | 11001 | 10000110 | 110010 | 110010 |
Color Harmonies of #40BF5E
Complementary color
Monochromatic Colors of #40BF5E
Black with #40BF5E
Text Example
Text Example
White with #40BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF5E; }
p { color: rgb(64,191,94); }
H1.HeaderClassName
{
color: #40BF5E;
}
.AnyTagClassName
{
color: #40BF5E;
}
</style>
background-color css
<style>
a { background-color: #40BF5E; }
a { background-color: rgb(64,191,94); }
div.DivClassName
{
background-color: #40BF5E;
}
.BgClassName
{
background-color: #40BF5E;
}
</style>
border-color css
<style>
span { border-color: #40BF5E; }
span { border-color: rgb(64,191,94); }
td.TdClassName
{
border-color: #40BF5E;
}
.TagClassName
{
border-color: #40BF5E;
}
</style>