Shades of Medium Sea Green #40BF78
Tints of Medium Sea Green #40BF78
RGB
CMYK
RGB Variations
Color information
#40BF78 (or 0x40BF78) is known color: Medium Sea Green. HEX triplet: 40, BF and 78. RGB value is (64,191,120). Sum of RGB (Red+Green+Blue) = 64+191+120=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF78 is #BF4087. Grayscale: #919191. Windows color (decimal): -12533896 or 7913280. OLE color: 7913280.
HSL color Cylindrical-coordinate representation of color #40BF78: hue angle of 146.46º 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 #40BF78 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 120 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.25 |
| HSL | 146.46º | 0.5% | 0.5% | - |
| HSV(B) | 146.46º | 0.66% | 0.75% | - |
| XYZ | 24.14 | 39.71 | 24.16 | - |
| YUV | 144.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 120 | 0.66 | 0 | 0.37 | 0.25 | 146.46 | 0.5 | 0.5 |
| Hex | 40 | BF | 78 | 42 | 0 | 25 | 19 | 92 | 32 | 32 |
| Octal | 100 | 277 | 170 | 102 | 0 | 45 | 31 | 222 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1111000 | 1000010 | 0 | 100101 | 11001 | 10010010 | 110010 | 110010 |
Color Harmonies of #40BF78
Complementary color
Monochromatic Colors of #40BF78
Black with #40BF78
Text Example
Text Example
White with #40BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF78; }
p { color: rgb(64,191,120); }
H1.HeaderClassName
{
color: #40BF78;
}
.AnyTagClassName
{
color: #40BF78;
}
</style>
background-color css
<style>
a { background-color: #40BF78; }
a { background-color: rgb(64,191,120); }
div.DivClassName
{
background-color: #40BF78;
}
.BgClassName
{
background-color: #40BF78;
}
</style>
border-color css
<style>
span { border-color: #40BF78; }
span { border-color: rgb(64,191,120); }
td.TdClassName
{
border-color: #40BF78;
}
.TagClassName
{
border-color: #40BF78;
}
</style>