Shades of Medium Sea Green #40BF74
Tints of Medium Sea Green #40BF74
RGB
CMYK
RGB Variations
Color information
#40BF74 (or 0x40BF74) is known color: Medium Sea Green. HEX triplet: 40, BF and 74. RGB value is (64,191,116). Sum of RGB (Red+Green+Blue) = 64+191+116=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF74 is #BF408B. Grayscale: #909090. Windows color (decimal): -12533900 or 7651136. OLE color: 7651136.
HSL color Cylindrical-coordinate representation of color #40BF74: hue angle of 144.57º 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 #40BF74 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 116 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.25 |
| HSL | 144.57º | 0.5% | 0.5% | - |
| HSV(B) | 144.57º | 0.66% | 0.75% | - |
| XYZ | 23.9 | 39.61 | 22.91 | - |
| YUV | 144.48 | 111.92 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 116 | 0.66 | 0 | 0.39 | 0.25 | 144.57 | 0.5 | 0.5 |
| Hex | 40 | BF | 74 | 42 | 0 | 27 | 19 | 91 | 32 | 32 |
| Octal | 100 | 277 | 164 | 102 | 0 | 47 | 31 | 221 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1110100 | 1000010 | 0 | 100111 | 11001 | 10010001 | 110010 | 110010 |
Color Harmonies of #40BF74
Complementary color
Monochromatic Colors of #40BF74
Black with #40BF74
Text Example
Text Example
White with #40BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF74; }
p { color: rgb(64,191,116); }
H1.HeaderClassName
{
color: #40BF74;
}
.AnyTagClassName
{
color: #40BF74;
}
</style>
background-color css
<style>
a { background-color: #40BF74; }
a { background-color: rgb(64,191,116); }
div.DivClassName
{
background-color: #40BF74;
}
.BgClassName
{
background-color: #40BF74;
}
</style>
border-color css
<style>
span { border-color: #40BF74; }
span { border-color: rgb(64,191,116); }
td.TdClassName
{
border-color: #40BF74;
}
.TagClassName
{
border-color: #40BF74;
}
</style>