Shades of Emerald #41E76B
Tints of Emerald #41E76B
RGB
CMYK
RGB Variations
Color information
#41E76B (or 0x41E76B) is known color: Emerald. HEX triplet: 41, E7 and 6B. RGB value is (65,231,107). Sum of RGB (Red+Green+Blue) = 65+231+107=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #41E76B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E76B is #BE1894. Grayscale: #A7A7A7. Windows color (decimal): -12458133 or 7071553. OLE color: 7071553.
HSL color Cylindrical-coordinate representation of color #41E76B: hue angle of 135.18º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E76B is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 107 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.09 |
| HSL | 135.18º | 0.78% | 0.58% | - |
| HSV(B) | 135.18º | 0.72% | 0.91% | - |
| XYZ | 33.41 | 59.34 | 23.6 | - |
| YUV | 167.23 | 94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 107 | 0.72 | 0 | 0.54 | 0.09 | 135.18 | 0.78 | 0.58 |
| Hex | 41 | E7 | 6B | 48 | 0 | 36 | 9 | 87 | 4E | 3A |
| Octal | 101 | 347 | 153 | 110 | 0 | 66 | 11 | 207 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1101011 | 1001000 | 0 | 110110 | 1001 | 10000111 | 1001110 | 111010 |
Color Harmonies of #41E76B
Complementary color
Monochromatic Colors of #41E76B
Black with #41E76B
Text Example
Text Example
White with #41E76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E76B; }
p { color: rgb(65,231,107); }
H1.HeaderClassName
{
color: #41E76B;
}
.AnyTagClassName
{
color: #41E76B;
}
</style>
background-color css
<style>
a { background-color: #41E76B; }
a { background-color: rgb(65,231,107); }
div.DivClassName
{
background-color: #41E76B;
}
.BgClassName
{
background-color: #41E76B;
}
</style>
border-color css
<style>
span { border-color: #41E76B; }
span { border-color: rgb(65,231,107); }
td.TdClassName
{
border-color: #41E76B;
}
.TagClassName
{
border-color: #41E76B;
}
</style>