Shades of Emerald #41E770
Tints of Emerald #41E770
RGB
CMYK
RGB Variations
Color information
#41E770 (or 0x41E770) is known color: Emerald. HEX triplet: 41, E7 and 70. RGB value is (65,231,112). Sum of RGB (Red+Green+Blue) = 65+231+112=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 231 (90.62% from 255 or 56.62% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 231 - color contains mainly: green. Hex color #41E770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E770 is #BE188F. Grayscale: #A8A8A8. Windows color (decimal): -12458128 or 7399233. OLE color: 7399233.
HSL color Cylindrical-coordinate representation of color #41E770: hue angle of 136.99º 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 #41E770 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 112 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.09 |
| HSL | 136.99º | 0.78% | 0.58% | - |
| HSV(B) | 136.99º | 0.72% | 0.91% | - |
| XYZ | 33.68 | 59.45 | 25.03 | - |
| YUV | 167.8 | 96.5 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 112 | 0.72 | 0 | 0.52 | 0.09 | 136.99 | 0.78 | 0.58 |
| Hex | 41 | E7 | 70 | 48 | 0 | 34 | 9 | 89 | 4E | 3A |
| Octal | 101 | 347 | 160 | 110 | 0 | 64 | 11 | 211 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1110000 | 1001000 | 0 | 110100 | 1001 | 10001001 | 1001110 | 111010 |
Color Harmonies of #41E770
Complementary color
Monochromatic Colors of #41E770
Black with #41E770
Text Example
Text Example
White with #41E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E770; }
p { color: rgb(65,231,112); }
H1.HeaderClassName
{
color: #41E770;
}
.AnyTagClassName
{
color: #41E770;
}
</style>
background-color css
<style>
a { background-color: #41E770; }
a { background-color: rgb(65,231,112); }
div.DivClassName
{
background-color: #41E770;
}
.BgClassName
{
background-color: #41E770;
}
</style>
border-color css
<style>
span { border-color: #41E770; }
span { border-color: rgb(65,231,112); }
td.TdClassName
{
border-color: #41E770;
}
.TagClassName
{
border-color: #41E770;
}
</style>