Shades of Medium Sea Green #40BF64
Tints of Medium Sea Green #40BF64
RGB
CMYK
RGB Variations
Color information
#40BF64 (or 0x40BF64) is known color: Medium Sea Green. HEX triplet: 40, BF and 64. RGB value is (64,191,100). Sum of RGB (Red+Green+Blue) = 64+191+100=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF64 is #BF409B. Grayscale: #8E8E8E. Windows color (decimal): -12533916 or 6602560. OLE color: 6602560.
HSL color Cylindrical-coordinate representation of color #40BF64: hue angle of 137.01º 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 #40BF64 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 100 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.25 |
| HSL | 137.01º | 0.5% | 0.5% | - |
| HSV(B) | 137.01º | 0.66% | 0.75% | - |
| XYZ | 23.05 | 39.27 | 18.42 | - |
| YUV | 142.65 | 103.92 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 100 | 0.66 | 0 | 0.48 | 0.25 | 137.01 | 0.5 | 0.5 |
| Hex | 40 | BF | 64 | 42 | 0 | 30 | 19 | 89 | 32 | 32 |
| Octal | 100 | 277 | 144 | 102 | 0 | 60 | 31 | 211 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1100100 | 1000010 | 0 | 110000 | 11001 | 10001001 | 110010 | 110010 |
Color Harmonies of #40BF64
Complementary color
Monochromatic Colors of #40BF64
Black with #40BF64
Text Example
Text Example
White with #40BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF64; }
p { color: rgb(64,191,100); }
H1.HeaderClassName
{
color: #40BF64;
}
.AnyTagClassName
{
color: #40BF64;
}
</style>
background-color css
<style>
a { background-color: #40BF64; }
a { background-color: rgb(64,191,100); }
div.DivClassName
{
background-color: #40BF64;
}
.BgClassName
{
background-color: #40BF64;
}
</style>
border-color css
<style>
span { border-color: #40BF64; }
span { border-color: rgb(64,191,100); }
td.TdClassName
{
border-color: #40BF64;
}
.TagClassName
{
border-color: #40BF64;
}
</style>