Shades of Emerald #41C45B
Tints of Emerald #41C45B
RGB
CMYK
RGB Variations
Color information
#41C45B (or 0x41C45B) is known color: Emerald. HEX triplet: 41, C4 and 5B. RGB value is (65,196,91). Sum of RGB (Red+Green+Blue) = 65+196+91=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #41C45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C45B is #BE3BA4. Grayscale: #919191. Windows color (decimal): -12467109 or 6014017. OLE color: 6014017.
HSL color Cylindrical-coordinate representation of color #41C45B: hue angle of 131.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C45B is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 91 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.23 |
| HSL | 131.91º | 0.53% | 0.51% | - |
| HSV(B) | 131.91º | 0.67% | 0.77% | - |
| XYZ | 23.81 | 41.36 | 16.63 | - |
| YUV | 144.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 91 | 0.67 | 0 | 0.54 | 0.23 | 131.91 | 0.53 | 0.51 |
| Hex | 41 | C4 | 5B | 43 | 0 | 36 | 17 | 84 | 35 | 33 |
| Octal | 101 | 304 | 133 | 103 | 0 | 66 | 27 | 204 | 65 | 63 |
| Binary | 1000001 | 11000100 | 1011011 | 1000011 | 0 | 110110 | 10111 | 10000100 | 110101 | 110011 |
Color Harmonies of #41C45B
Complementary color
Monochromatic Colors of #41C45B
Black with #41C45B
Text Example
Text Example
White with #41C45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C45B; }
p { color: rgb(65,196,91); }
H1.HeaderClassName
{
color: #41C45B;
}
.AnyTagClassName
{
color: #41C45B;
}
</style>
background-color css
<style>
a { background-color: #41C45B; }
a { background-color: rgb(65,196,91); }
div.DivClassName
{
background-color: #41C45B;
}
.BgClassName
{
background-color: #41C45B;
}
</style>
border-color css
<style>
span { border-color: #41C45B; }
span { border-color: rgb(65,196,91); }
td.TdClassName
{
border-color: #41C45B;
}
.TagClassName
{
border-color: #41C45B;
}
</style>