Shades of Medium Sea Green #41B96F
Tints of Medium Sea Green #41B96F
RGB
CMYK
RGB Variations
Color information
#41B96F (or 0x41B96F) is known color: Medium Sea Green. HEX triplet: 41, B9 and 6F. RGB value is (65,185,111). Sum of RGB (Red+Green+Blue) = 65+185+111=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #41B96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B96F is #BE4690. Grayscale: #8C8C8C. Windows color (decimal): -12469905 or 7321921. OLE color: 7321921.
HSL color Cylindrical-coordinate representation of color #41B96F: hue angle of 143º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B96F is Cyan = 0.65, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 111 | - |
| CMYK | 0.65 | 0 | 0.4 | 0.27 |
| HSL | 143º | 0.48% | 0.49% | - |
| HSV(B) | 143º | 0.65% | 0.73% | - |
| XYZ | 22.4 | 36.97 | 20.99 | - |
| YUV | 140.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 111 | 0.65 | 0 | 0.4 | 0.27 | 143 | 0.48 | 0.49 |
| Hex | 41 | B9 | 6F | 41 | 0 | 28 | 1B | 8F | 30 | 31 |
| Octal | 101 | 271 | 157 | 101 | 0 | 50 | 33 | 217 | 60 | 61 |
| Binary | 1000001 | 10111001 | 1101111 | 1000001 | 0 | 101000 | 11011 | 10001111 | 110000 | 110001 |
Color Harmonies of #41B96F
Complementary color
Monochromatic Colors of #41B96F
Black with #41B96F
Text Example
Text Example
White with #41B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B96F; }
p { color: rgb(65,185,111); }
H1.HeaderClassName
{
color: #41B96F;
}
.AnyTagClassName
{
color: #41B96F;
}
</style>
background-color css
<style>
a { background-color: #41B96F; }
a { background-color: rgb(65,185,111); }
div.DivClassName
{
background-color: #41B96F;
}
.BgClassName
{
background-color: #41B96F;
}
</style>
border-color css
<style>
span { border-color: #41B96F; }
span { border-color: rgb(65,185,111); }
td.TdClassName
{
border-color: #41B96F;
}
.TagClassName
{
border-color: #41B96F;
}
</style>