Shades of Emerald #41C65B
Tints of Emerald #41C65B
RGB
CMYK
RGB Variations
Color information
#41C65B (or 0x41C65B) is known color: Emerald. HEX triplet: 41, C6 and 5B. RGB value is (65,198,91). Sum of RGB (Red+Green+Blue) = 65+198+91=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #41C65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C65B is #BE39A4. Grayscale: #929292. Windows color (decimal): -12466597 or 6014529. OLE color: 6014529.
HSL color Cylindrical-coordinate representation of color #41C65B: hue angle of 131.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C65B is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 198 | 91 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.22 |
| HSL | 131.73º | 0.54% | 0.52% | - |
| HSV(B) | 131.73º | 0.67% | 0.78% | - |
| XYZ | 24.26 | 42.27 | 16.78 | - |
| YUV | 146.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 198 | 91 | 0.67 | 0 | 0.54 | 0.22 | 131.73 | 0.54 | 0.52 |
| Hex | 41 | C6 | 5B | 43 | 0 | 36 | 16 | 84 | 36 | 34 |
| Octal | 101 | 306 | 133 | 103 | 0 | 66 | 26 | 204 | 66 | 64 |
| Binary | 1000001 | 11000110 | 1011011 | 1000011 | 0 | 110110 | 10110 | 10000100 | 110110 | 110100 |
Color Harmonies of #41C65B
Complementary color
Monochromatic Colors of #41C65B
Black with #41C65B
Text Example
Text Example
White with #41C65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C65B; }
p { color: rgb(65,198,91); }
H1.HeaderClassName
{
color: #41C65B;
}
.AnyTagClassName
{
color: #41C65B;
}
</style>
background-color css
<style>
a { background-color: #41C65B; }
a { background-color: rgb(65,198,91); }
div.DivClassName
{
background-color: #41C65B;
}
.BgClassName
{
background-color: #41C65B;
}
</style>
border-color css
<style>
span { border-color: #41C65B; }
span { border-color: rgb(65,198,91); }
td.TdClassName
{
border-color: #41C65B;
}
.TagClassName
{
border-color: #41C65B;
}
</style>