Shades of Medium Sea Green #41C282
Tints of Medium Sea Green #41C282
RGB
CMYK
RGB Variations
Color information
#41C282 (or 0x41C282) is known color: Medium Sea Green. HEX triplet: 41, C2 and 82. RGB value is (65,194,130). Sum of RGB (Red+Green+Blue) = 65+194+130=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #41C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C282 is #BE3D7D. Grayscale: #949494. Windows color (decimal): -12467582 or 8569409. OLE color: 8569409.
HSL color Cylindrical-coordinate representation of color #41C282: hue angle of 150.23º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C282 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 130 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.24 |
| HSL | 150.23º | 0.51% | 0.51% | - |
| HSV(B) | 150.23º | 0.66% | 0.76% | - |
| XYZ | 25.5 | 41.32 | 27.75 | - |
| YUV | 148.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 130 | 0.66 | 0 | 0.33 | 0.24 | 150.23 | 0.51 | 0.51 |
| Hex | 41 | C2 | 82 | 42 | 0 | 21 | 18 | 96 | 33 | 33 |
| Octal | 101 | 302 | 202 | 102 | 0 | 41 | 30 | 226 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10000010 | 1000010 | 0 | 100001 | 11000 | 10010110 | 110011 | 110011 |
Color Harmonies of #41C282
Complementary color
Monochromatic Colors of #41C282
Black with #41C282
Text Example
Text Example
White with #41C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C282; }
p { color: rgb(65,194,130); }
H1.HeaderClassName
{
color: #41C282;
}
.AnyTagClassName
{
color: #41C282;
}
</style>
background-color css
<style>
a { background-color: #41C282; }
a { background-color: rgb(65,194,130); }
div.DivClassName
{
background-color: #41C282;
}
.BgClassName
{
background-color: #41C282;
}
</style>
border-color css
<style>
span { border-color: #41C282; }
span { border-color: rgb(65,194,130); }
td.TdClassName
{
border-color: #41C282;
}
.TagClassName
{
border-color: #41C282;
}
</style>