Shades of Emerald #41D357
Tints of Emerald #41D357
RGB
CMYK
RGB Variations
Color information
#41D357 (or 0x41D357) is known color: Emerald. HEX triplet: 41, D3 and 57. RGB value is (65,211,87). Sum of RGB (Red+Green+Blue) = 65+211+87=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #41D357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D357 is #BE2CA8. Grayscale: #999999. Windows color (decimal): -12463273 or 5755713. OLE color: 5755713.
HSL color Cylindrical-coordinate representation of color #41D357: hue angle of 129.04º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D357 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 87 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.17 |
| HSL | 129.04º | 0.62% | 0.54% | - |
| HSV(B) | 129.04º | 0.69% | 0.83% | - |
| XYZ | 27.19 | 48.4 | 16.93 | - |
| YUV | 153.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 87 | 0.69 | 0 | 0.59 | 0.17 | 129.04 | 0.62 | 0.54 |
| Hex | 41 | D3 | 57 | 45 | 0 | 3B | 11 | 81 | 3E | 36 |
| Octal | 101 | 323 | 127 | 105 | 0 | 73 | 21 | 201 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1010111 | 1000101 | 0 | 111011 | 10001 | 10000001 | 111110 | 110110 |
Color Harmonies of #41D357
Complementary color
Monochromatic Colors of #41D357
Black with #41D357
Text Example
Text Example
White with #41D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D357; }
p { color: rgb(65,211,87); }
H1.HeaderClassName
{
color: #41D357;
}
.AnyTagClassName
{
color: #41D357;
}
</style>
background-color css
<style>
a { background-color: #41D357; }
a { background-color: rgb(65,211,87); }
div.DivClassName
{
background-color: #41D357;
}
.BgClassName
{
background-color: #41D357;
}
</style>
border-color css
<style>
span { border-color: #41D357; }
span { border-color: rgb(65,211,87); }
td.TdClassName
{
border-color: #41D357;
}
.TagClassName
{
border-color: #41D357;
}
</style>