Shades of Medium Sea Green #41BD80
Tints of Medium Sea Green #41BD80
RGB
CMYK
RGB Variations
Color information
#41BD80 (or 0x41BD80) is known color: Medium Sea Green. HEX triplet: 41, BD and 80. RGB value is (65,189,128). Sum of RGB (Red+Green+Blue) = 65+189+128=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BD80 is #BE427F. Grayscale: #919191. Windows color (decimal): -12468864 or 8437057. OLE color: 8437057.
HSL color Cylindrical-coordinate representation of color #41BD80: hue angle of 150.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD80 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 128 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.26 |
| HSL | 150.48º | 0.49% | 0.5% | - |
| HSV(B) | 150.48º | 0.66% | 0.74% | - |
| XYZ | 24.27 | 39.08 | 26.69 | - |
| YUV | 144.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 128 | 0.66 | 0 | 0.32 | 0.26 | 150.48 | 0.49 | 0.5 |
| Hex | 41 | BD | 80 | 42 | 0 | 20 | 1A | 96 | 31 | 32 |
| Octal | 101 | 275 | 200 | 102 | 0 | 40 | 32 | 226 | 61 | 62 |
| Binary | 1000001 | 10111101 | 10000000 | 1000010 | 0 | 100000 | 11010 | 10010110 | 110001 | 110010 |
Color Harmonies of #41BD80
Complementary color
Monochromatic Colors of #41BD80
Black with #41BD80
Text Example
Text Example
White with #41BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD80; }
p { color: rgb(65,189,128); }
H1.HeaderClassName
{
color: #41BD80;
}
.AnyTagClassName
{
color: #41BD80;
}
</style>
background-color css
<style>
a { background-color: #41BD80; }
a { background-color: rgb(65,189,128); }
div.DivClassName
{
background-color: #41BD80;
}
.BgClassName
{
background-color: #41BD80;
}
</style>
border-color css
<style>
span { border-color: #41BD80; }
span { border-color: rgb(65,189,128); }
td.TdClassName
{
border-color: #41BD80;
}
.TagClassName
{
border-color: #41BD80;
}
</style>