Shades of Emerald #41EF70
Tints of Emerald #41EF70
RGB
CMYK
RGB Variations
Color information
#41EF70 (or 0x41EF70) is known color: Emerald. HEX triplet: 41, EF and 70. RGB value is (65,239,112). Sum of RGB (Red+Green+Blue) = 65+239+112=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41EF70 is #BE108F. Grayscale: #ACACAC. Windows color (decimal): -12456080 or 7401281. OLE color: 7401281.
HSL color Cylindrical-coordinate representation of color #41EF70: hue angle of 136.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EF70 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 112 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.06 |
| HSL | 136.21º | 0.84% | 0.6% | - |
| HSV(B) | 136.21º | 0.73% | 0.94% | - |
| XYZ | 35.97 | 64.03 | 25.79 | - |
| YUV | 172.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 112 | 0.73 | 0 | 0.53 | 0.06 | 136.21 | 0.84 | 0.6 |
| Hex | 41 | EF | 70 | 49 | 0 | 35 | 6 | 88 | 54 | 3C |
| Octal | 101 | 357 | 160 | 111 | 0 | 65 | 6 | 210 | 124 | 74 |
| Binary | 1000001 | 11101111 | 1110000 | 1001001 | 0 | 110101 | 110 | 10001000 | 1010100 | 111100 |
Color Harmonies of #41EF70
Complementary color
Monochromatic Colors of #41EF70
Black with #41EF70
Text Example
Text Example
White with #41EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF70; }
p { color: rgb(65,239,112); }
H1.HeaderClassName
{
color: #41EF70;
}
.AnyTagClassName
{
color: #41EF70;
}
</style>
background-color css
<style>
a { background-color: #41EF70; }
a { background-color: rgb(65,239,112); }
div.DivClassName
{
background-color: #41EF70;
}
.BgClassName
{
background-color: #41EF70;
}
</style>
border-color css
<style>
span { border-color: #41EF70; }
span { border-color: rgb(65,239,112); }
td.TdClassName
{
border-color: #41EF70;
}
.TagClassName
{
border-color: #41EF70;
}
</style>