Shades of Medium Sea Green #41BF7D
Tints of Medium Sea Green #41BF7D
RGB
CMYK
RGB Variations
Color information
#41BF7D (or 0x41BF7D) is known color: Medium Sea Green. HEX triplet: 41, BF and 7D. RGB value is (65,191,125). Sum of RGB (Red+Green+Blue) = 65+191+125=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BF7D is #BE4082. Grayscale: #919191. Windows color (decimal): -12468355 or 8240961. OLE color: 8240961.
HSL color Cylindrical-coordinate representation of color #41BF7D: hue angle of 148.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 #41BF7D is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 125 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.25 |
| HSL | 148.57º | 0.5% | 0.5% | - |
| HSV(B) | 148.57º | 0.66% | 0.75% | - |
| XYZ | 24.51 | 39.87 | 25.81 | - |
| YUV | 145.8 | 116.26 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 125 | 0.66 | 0 | 0.35 | 0.25 | 148.57 | 0.5 | 0.5 |
| Hex | 41 | BF | 7D | 42 | 0 | 23 | 19 | 95 | 32 | 32 |
| Octal | 101 | 277 | 175 | 102 | 0 | 43 | 31 | 225 | 62 | 62 |
| Binary | 1000001 | 10111111 | 1111101 | 1000010 | 0 | 100011 | 11001 | 10010101 | 110010 | 110010 |
Color Harmonies of #41BF7D
Complementary color
Monochromatic Colors of #41BF7D
Black with #41BF7D
Text Example
Text Example
White with #41BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF7D; }
p { color: rgb(65,191,125); }
H1.HeaderClassName
{
color: #41BF7D;
}
.AnyTagClassName
{
color: #41BF7D;
}
</style>
background-color css
<style>
a { background-color: #41BF7D; }
a { background-color: rgb(65,191,125); }
div.DivClassName
{
background-color: #41BF7D;
}
.BgClassName
{
background-color: #41BF7D;
}
</style>
border-color css
<style>
span { border-color: #41BF7D; }
span { border-color: rgb(65,191,125); }
td.TdClassName
{
border-color: #41BF7D;
}
.TagClassName
{
border-color: #41BF7D;
}
</style>