Shades of Emerald #41CB76
Tints of Emerald #41CB76
RGB
CMYK
RGB Variations
Color information
#41CB76 (or 0x41CB76) is known color: Emerald. HEX triplet: 41, CB and 76. RGB value is (65,203,118). Sum of RGB (Red+Green+Blue) = 65+203+118=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CB76 is #BE3489. Grayscale: #989898. Windows color (decimal): -12465290 or 7785281. OLE color: 7785281.
HSL color Cylindrical-coordinate representation of color #41CB76: hue angle of 143.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CB76 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 203 | 118 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.20 |
| HSL | 143.04º | 0.57% | 0.53% | - |
| HSV(B) | 143.04º | 0.68% | 0.8% | - |
| XYZ | 26.81 | 45.14 | 24.44 | - |
| YUV | 152.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 118 | 0.68 | 0 | 0.42 | 0.20 | 143.04 | 0.57 | 0.53 |
| Hex | 41 | CB | 76 | 44 | 0 | 2A | 14 | 8F | 39 | 35 |
| Octal | 101 | 313 | 166 | 104 | 0 | 52 | 24 | 217 | 71 | 65 |
| Binary | 1000001 | 11001011 | 1110110 | 1000100 | 0 | 101010 | 10100 | 10001111 | 111001 | 110101 |
Color Harmonies of #41CB76
Complementary color
Monochromatic Colors of #41CB76
Black with #41CB76
Text Example
Text Example
White with #41CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CB76; }
p { color: rgb(65,203,118); }
H1.HeaderClassName
{
color: #41CB76;
}
.AnyTagClassName
{
color: #41CB76;
}
</style>
background-color css
<style>
a { background-color: #41CB76; }
a { background-color: rgb(65,203,118); }
div.DivClassName
{
background-color: #41CB76;
}
.BgClassName
{
background-color: #41CB76;
}
</style>
border-color css
<style>
span { border-color: #41CB76; }
span { border-color: rgb(65,203,118); }
td.TdClassName
{
border-color: #41CB76;
}
.TagClassName
{
border-color: #41CB76;
}
</style>