Shades of Emerald #41E772
Tints of Emerald #41E772
RGB
CMYK
RGB Variations
Color information
#41E772 (or 0x41E772) is known color: Emerald. HEX triplet: 41, E7 and 72. RGB value is (65,231,114). Sum of RGB (Red+Green+Blue) = 65+231+114=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 231 (90.62% from 255 or 56.34% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 231 - color contains mainly: green. Hex color #41E772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E772 is #BE188D. Grayscale: #A8A8A8. Windows color (decimal): -12458126 or 7530305. OLE color: 7530305.
HSL color Cylindrical-coordinate representation of color #41E772: hue angle of 137.71º 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 #41E772 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 114 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.09 |
| HSL | 137.71º | 0.78% | 0.58% | - |
| HSV(B) | 137.71º | 0.72% | 0.91% | - |
| XYZ | 33.79 | 59.49 | 25.62 | - |
| YUV | 168.03 | 97.5 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 114 | 0.72 | 0 | 0.51 | 0.09 | 137.71 | 0.78 | 0.58 |
| Hex | 41 | E7 | 72 | 48 | 0 | 33 | 9 | 8A | 4E | 3A |
| Octal | 101 | 347 | 162 | 110 | 0 | 63 | 11 | 212 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1110010 | 1001000 | 0 | 110011 | 1001 | 10001010 | 1001110 | 111010 |
Color Harmonies of #41E772
Complementary color
Monochromatic Colors of #41E772
Black with #41E772
Text Example
Text Example
White with #41E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E772; }
p { color: rgb(65,231,114); }
H1.HeaderClassName
{
color: #41E772;
}
.AnyTagClassName
{
color: #41E772;
}
</style>
background-color css
<style>
a { background-color: #41E772; }
a { background-color: rgb(65,231,114); }
div.DivClassName
{
background-color: #41E772;
}
.BgClassName
{
background-color: #41E772;
}
</style>
border-color css
<style>
span { border-color: #41E772; }
span { border-color: rgb(65,231,114); }
td.TdClassName
{
border-color: #41E772;
}
.TagClassName
{
border-color: #41E772;
}
</style>