Shades of Medium Sea Green #41BD5D
Tints of Medium Sea Green #41BD5D
RGB
CMYK
RGB Variations
Color information
#41BD5D (or 0x41BD5D) is known color: Medium Sea Green. HEX triplet: 41, BD and 5D. RGB value is (65,189,93). Sum of RGB (Red+Green+Blue) = 65+189+93=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BD5D is #BE42A2. Grayscale: #8D8D8D. Windows color (decimal): -12468899 or 6143297. OLE color: 6143297.
HSL color Cylindrical-coordinate representation of color #41BD5D: hue angle of 133.55º 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 #41BD5D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 93 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.26 |
| HSL | 133.55º | 0.49% | 0.5% | - |
| HSV(B) | 133.55º | 0.66% | 0.74% | - |
| XYZ | 22.35 | 38.31 | 16.57 | - |
| YUV | 140.98 | 100.92 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 93 | 0.66 | 0 | 0.51 | 0.26 | 133.55 | 0.49 | 0.5 |
| Hex | 41 | BD | 5D | 42 | 0 | 33 | 1A | 86 | 31 | 32 |
| Octal | 101 | 275 | 135 | 102 | 0 | 63 | 32 | 206 | 61 | 62 |
| Binary | 1000001 | 10111101 | 1011101 | 1000010 | 0 | 110011 | 11010 | 10000110 | 110001 | 110010 |
Color Harmonies of #41BD5D
Complementary color
Monochromatic Colors of #41BD5D
Black with #41BD5D
Text Example
Text Example
White with #41BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD5D; }
p { color: rgb(65,189,93); }
H1.HeaderClassName
{
color: #41BD5D;
}
.AnyTagClassName
{
color: #41BD5D;
}
</style>
background-color css
<style>
a { background-color: #41BD5D; }
a { background-color: rgb(65,189,93); }
div.DivClassName
{
background-color: #41BD5D;
}
.BgClassName
{
background-color: #41BD5D;
}
</style>
border-color css
<style>
span { border-color: #41BD5D; }
span { border-color: rgb(65,189,93); }
td.TdClassName
{
border-color: #41BD5D;
}
.TagClassName
{
border-color: #41BD5D;
}
</style>