Shades of Medium Sea Green #41C066
Tints of Medium Sea Green #41C066
RGB
CMYK
RGB Variations
Color information
#41C066 (or 0x41C066) is known color: Medium Sea Green. HEX triplet: 41, C0 and 66. RGB value is (65,192,102). Sum of RGB (Red+Green+Blue) = 65+192+102=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #41C066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C066 is #BE3F99. Grayscale: #909090. Windows color (decimal): -12468122 or 6733889. OLE color: 6733889.
HSL color Cylindrical-coordinate representation of color #41C066: hue angle of 137.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C066 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 102 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.25 |
| HSL | 137.48º | 0.5% | 0.5% | - |
| HSV(B) | 137.48º | 0.66% | 0.75% | - |
| XYZ | 23.43 | 39.78 | 19.01 | - |
| YUV | 143.77 | 104.42 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 102 | 0.66 | 0 | 0.47 | 0.25 | 137.48 | 0.5 | 0.5 |
| Hex | 41 | C0 | 66 | 42 | 0 | 2F | 19 | 89 | 32 | 32 |
| Octal | 101 | 300 | 146 | 102 | 0 | 57 | 31 | 211 | 62 | 62 |
| Binary | 1000001 | 11000000 | 1100110 | 1000010 | 0 | 101111 | 11001 | 10001001 | 110010 | 110010 |
Color Harmonies of #41C066
Complementary color
Monochromatic Colors of #41C066
Black with #41C066
Text Example
Text Example
White with #41C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C066; }
p { color: rgb(65,192,102); }
H1.HeaderClassName
{
color: #41C066;
}
.AnyTagClassName
{
color: #41C066;
}
</style>
background-color css
<style>
a { background-color: #41C066; }
a { background-color: rgb(65,192,102); }
div.DivClassName
{
background-color: #41C066;
}
.BgClassName
{
background-color: #41C066;
}
</style>
border-color css
<style>
span { border-color: #41C066; }
span { border-color: rgb(65,192,102); }
td.TdClassName
{
border-color: #41C066;
}
.TagClassName
{
border-color: #41C066;
}
</style>