Shades of Medium Sea Green #40BF82
Tints of Medium Sea Green #40BF82
RGB
CMYK
RGB Variations
Color information
#40BF82 (or 0x40BF82) is known color: Medium Sea Green. HEX triplet: 40, BF and 82. RGB value is (64,191,130). Sum of RGB (Red+Green+Blue) = 64+191+130=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF82 is #BF407D. Grayscale: #929292. Windows color (decimal): -12533886 or 8568640. OLE color: 8568640.
HSL color Cylindrical-coordinate representation of color #40BF82: hue angle of 151.18º 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 #40BF82 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 130 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.25 |
| HSL | 151.18º | 0.5% | 0.5% | - |
| HSV(B) | 151.18º | 0.66% | 0.75% | - |
| XYZ | 24.77 | 39.96 | 27.53 | - |
| YUV | 146.07 | 118.92 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 130 | 0.66 | 0 | 0.32 | 0.25 | 151.18 | 0.5 | 0.5 |
| Hex | 40 | BF | 82 | 42 | 0 | 20 | 19 | 97 | 32 | 32 |
| Octal | 100 | 277 | 202 | 102 | 0 | 40 | 31 | 227 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10000010 | 1000010 | 0 | 100000 | 11001 | 10010111 | 110010 | 110010 |
Color Harmonies of #40BF82
Complementary color
Monochromatic Colors of #40BF82
Black with #40BF82
Text Example
Text Example
White with #40BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF82; }
p { color: rgb(64,191,130); }
H1.HeaderClassName
{
color: #40BF82;
}
.AnyTagClassName
{
color: #40BF82;
}
</style>
background-color css
<style>
a { background-color: #40BF82; }
a { background-color: rgb(64,191,130); }
div.DivClassName
{
background-color: #40BF82;
}
.BgClassName
{
background-color: #40BF82;
}
</style>
border-color css
<style>
span { border-color: #40BF82; }
span { border-color: rgb(64,191,130); }
td.TdClassName
{
border-color: #40BF82;
}
.TagClassName
{
border-color: #40BF82;
}
</style>