Shades of Medium Sea Green #40BF65
Tints of Medium Sea Green #40BF65
RGB
CMYK
RGB Variations
Color information
#40BF65 (or 0x40BF65) is known color: Medium Sea Green. HEX triplet: 40, BF and 65. RGB value is (64,191,101). Sum of RGB (Red+Green+Blue) = 64+191+101=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF65 is #BF409A. Grayscale: #8F8F8F. Windows color (decimal): -12533915 or 6668096. OLE color: 6668096.
HSL color Cylindrical-coordinate representation of color #40BF65: hue angle of 137.48º 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 #40BF65 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 101 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.25 |
| HSL | 137.48º | 0.5% | 0.5% | - |
| HSV(B) | 137.48º | 0.66% | 0.75% | - |
| XYZ | 23.09 | 39.29 | 18.68 | - |
| YUV | 142.77 | 104.42 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 101 | 0.66 | 0 | 0.47 | 0.25 | 137.48 | 0.5 | 0.5 |
| Hex | 40 | BF | 65 | 42 | 0 | 2F | 19 | 89 | 32 | 32 |
| Octal | 100 | 277 | 145 | 102 | 0 | 57 | 31 | 211 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1100101 | 1000010 | 0 | 101111 | 11001 | 10001001 | 110010 | 110010 |
Color Harmonies of #40BF65
Complementary color
Monochromatic Colors of #40BF65
Black with #40BF65
Text Example
Text Example
White with #40BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF65; }
p { color: rgb(64,191,101); }
H1.HeaderClassName
{
color: #40BF65;
}
.AnyTagClassName
{
color: #40BF65;
}
</style>
background-color css
<style>
a { background-color: #40BF65; }
a { background-color: rgb(64,191,101); }
div.DivClassName
{
background-color: #40BF65;
}
.BgClassName
{
background-color: #40BF65;
}
</style>
border-color css
<style>
span { border-color: #40BF65; }
span { border-color: rgb(64,191,101); }
td.TdClassName
{
border-color: #40BF65;
}
.TagClassName
{
border-color: #40BF65;
}
</style>