Shades of Emerald #41CE70
Tints of Emerald #41CE70
RGB
CMYK
RGB Variations
Color information
#41CE70 (or 0x41CE70) is known color: Emerald. HEX triplet: 41, CE and 70. RGB value is (65,206,112). Sum of RGB (Red+Green+Blue) = 65+206+112=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CE70 is #BE318F. Grayscale: #999999. Windows color (decimal): -12464528 or 7392833. OLE color: 7392833.
HSL color Cylindrical-coordinate representation of color #41CE70: hue angle of 140º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CE70 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 112 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.19 |
| HSL | 140º | 0.59% | 0.53% | - |
| HSV(B) | 140º | 0.68% | 0.81% | - |
| XYZ | 27.18 | 46.44 | 22.86 | - |
| YUV | 153.13 | 104.79 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 112 | 0.68 | 0 | 0.46 | 0.19 | 140 | 0.59 | 0.53 |
| Hex | 41 | CE | 70 | 44 | 0 | 2E | 13 | 8C | 3B | 35 |
| Octal | 101 | 316 | 160 | 104 | 0 | 56 | 23 | 214 | 73 | 65 |
| Binary | 1000001 | 11001110 | 1110000 | 1000100 | 0 | 101110 | 10011 | 10001100 | 111011 | 110101 |
Color Harmonies of #41CE70
Complementary color
Monochromatic Colors of #41CE70
Black with #41CE70
Text Example
Text Example
White with #41CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE70; }
p { color: rgb(65,206,112); }
H1.HeaderClassName
{
color: #41CE70;
}
.AnyTagClassName
{
color: #41CE70;
}
</style>
background-color css
<style>
a { background-color: #41CE70; }
a { background-color: rgb(65,206,112); }
div.DivClassName
{
background-color: #41CE70;
}
.BgClassName
{
background-color: #41CE70;
}
</style>
border-color css
<style>
span { border-color: #41CE70; }
span { border-color: rgb(65,206,112); }
td.TdClassName
{
border-color: #41CE70;
}
.TagClassName
{
border-color: #41CE70;
}
</style>