Shades of Medium Sea Green #40B85F
Tints of Medium Sea Green #40B85F
RGB
CMYK
RGB Variations
Color information
#40B85F (or 0x40B85F) is known color: Medium Sea Green. HEX triplet: 40, B8 and 5F. RGB value is (64,184,95). Sum of RGB (Red+Green+Blue) = 64+184+95=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #40B85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B85F is #BF47A0. Grayscale: #8A8A8A. Windows color (decimal): -12535713 or 6273088. OLE color: 6273088.
HSL color Cylindrical-coordinate representation of color #40B85F: hue angle of 135.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B85F is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 95 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.28 |
| HSL | 135.5º | 0.48% | 0.49% | - |
| HSV(B) | 135.5º | 0.65% | 0.72% | - |
| XYZ | 21.32 | 36.2 | 16.69 | - |
| YUV | 137.97 | 103.74 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 95 | 0.65 | 0 | 0.48 | 0.28 | 135.5 | 0.48 | 0.49 |
| Hex | 40 | B8 | 5F | 41 | 0 | 30 | 1C | 88 | 30 | 31 |
| Octal | 100 | 270 | 137 | 101 | 0 | 60 | 34 | 210 | 60 | 61 |
| Binary | 1000000 | 10111000 | 1011111 | 1000001 | 0 | 110000 | 11100 | 10001000 | 110000 | 110001 |
Color Harmonies of #40B85F
Complementary color
Monochromatic Colors of #40B85F
Black with #40B85F
Text Example
Text Example
White with #40B85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B85F; }
p { color: rgb(64,184,95); }
H1.HeaderClassName
{
color: #40B85F;
}
.AnyTagClassName
{
color: #40B85F;
}
</style>
background-color css
<style>
a { background-color: #40B85F; }
a { background-color: rgb(64,184,95); }
div.DivClassName
{
background-color: #40B85F;
}
.BgClassName
{
background-color: #40B85F;
}
</style>
border-color css
<style>
span { border-color: #40B85F; }
span { border-color: rgb(64,184,95); }
td.TdClassName
{
border-color: #40B85F;
}
.TagClassName
{
border-color: #40B85F;
}
</style>