Shades of Medium Sea Green #41BB7D
Tints of Medium Sea Green #41BB7D
RGB
CMYK
RGB Variations
Color information
#41BB7D (or 0x41BB7D) is known color: Medium Sea Green. HEX triplet: 41, BB and 7D. RGB value is (65,187,125). Sum of RGB (Red+Green+Blue) = 65+187+125=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BB7D is #BE4482. Grayscale: #8F8F8F. Windows color (decimal): -12469379 or 8239937. OLE color: 8239937.
HSL color Cylindrical-coordinate representation of color #41BB7D: hue angle of 149.51º 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 #41BB7D is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 187 | 125 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.27 |
| HSL | 149.51º | 0.48% | 0.49% | - |
| HSV(B) | 149.51º | 0.65% | 0.73% | - |
| XYZ | 23.65 | 38.15 | 25.52 | - |
| YUV | 143.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 125 | 0.65 | 0 | 0.33 | 0.27 | 149.51 | 0.48 | 0.49 |
| Hex | 41 | BB | 7D | 41 | 0 | 21 | 1B | 96 | 30 | 31 |
| Octal | 101 | 273 | 175 | 101 | 0 | 41 | 33 | 226 | 60 | 61 |
| Binary | 1000001 | 10111011 | 1111101 | 1000001 | 0 | 100001 | 11011 | 10010110 | 110000 | 110001 |
Color Harmonies of #41BB7D
Complementary color
Monochromatic Colors of #41BB7D
Black with #41BB7D
Text Example
Text Example
White with #41BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BB7D; }
p { color: rgb(65,187,125); }
H1.HeaderClassName
{
color: #41BB7D;
}
.AnyTagClassName
{
color: #41BB7D;
}
</style>
background-color css
<style>
a { background-color: #41BB7D; }
a { background-color: rgb(65,187,125); }
div.DivClassName
{
background-color: #41BB7D;
}
.BgClassName
{
background-color: #41BB7D;
}
</style>
border-color css
<style>
span { border-color: #41BB7D; }
span { border-color: rgb(65,187,125); }
td.TdClassName
{
border-color: #41BB7D;
}
.TagClassName
{
border-color: #41BB7D;
}
</style>