Shades of Medium Sea Green #40BF60
Tints of Medium Sea Green #40BF60
RGB
CMYK
RGB Variations
Color information
#40BF60 (or 0x40BF60) is known color: Medium Sea Green. HEX triplet: 40, BF and 60. RGB value is (64,191,96). Sum of RGB (Red+Green+Blue) = 64+191+96=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF60 is #BF409F. Grayscale: #8E8E8E. Windows color (decimal): -12533920 or 6340416. OLE color: 6340416.
HSL color Cylindrical-coordinate representation of color #40BF60: hue angle of 135.12º 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 #40BF60 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 96 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.25 |
| HSL | 135.12º | 0.5% | 0.5% | - |
| HSV(B) | 135.12º | 0.66% | 0.75% | - |
| XYZ | 22.86 | 39.2 | 17.43 | - |
| YUV | 142.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 96 | 0.66 | 0 | 0.50 | 0.25 | 135.12 | 0.5 | 0.5 |
| Hex | 40 | BF | 60 | 42 | 0 | 32 | 19 | 87 | 32 | 32 |
| Octal | 100 | 277 | 140 | 102 | 0 | 62 | 31 | 207 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1100000 | 1000010 | 0 | 110010 | 11001 | 10000111 | 110010 | 110010 |
Color Harmonies of #40BF60
Complementary color
Monochromatic Colors of #40BF60
Black with #40BF60
Text Example
Text Example
White with #40BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF60; }
p { color: rgb(64,191,96); }
H1.HeaderClassName
{
color: #40BF60;
}
.AnyTagClassName
{
color: #40BF60;
}
</style>
background-color css
<style>
a { background-color: #40BF60; }
a { background-color: rgb(64,191,96); }
div.DivClassName
{
background-color: #40BF60;
}
.BgClassName
{
background-color: #40BF60;
}
</style>
border-color css
<style>
span { border-color: #40BF60; }
span { border-color: rgb(64,191,96); }
td.TdClassName
{
border-color: #40BF60;
}
.TagClassName
{
border-color: #40BF60;
}
</style>