Shades of Emerald #44C86E
Tints of Emerald #44C86E
RGB
CMYK
RGB Variations
Color information
#44C86E (or 0x44C86E) is known color: Emerald. HEX triplet: 44, C8 and 6E. RGB value is (68,200,110). Sum of RGB (Red+Green+Blue) = 68+200+110=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #44C86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C86E is #BB3791. Grayscale: #969696. Windows color (decimal): -12269458 or 7260228. OLE color: 7260228.
HSL color Cylindrical-coordinate representation of color #44C86E: hue angle of 139.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C86E is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 110 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.22 |
| HSL | 139.09º | 0.55% | 0.53% | - |
| HSV(B) | 139.09º | 0.66% | 0.78% | - |
| XYZ | 25.85 | 43.66 | 21.82 | - |
| YUV | 150.27 | 105.27 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 110 | 0.66 | 0 | 0.45 | 0.22 | 139.09 | 0.55 | 0.53 |
| Hex | 44 | C8 | 6E | 42 | 0 | 2D | 16 | 8B | 37 | 35 |
| Octal | 104 | 310 | 156 | 102 | 0 | 55 | 26 | 213 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1101110 | 1000010 | 0 | 101101 | 10110 | 10001011 | 110111 | 110101 |
Color Harmonies of #44C86E
Complementary color
Monochromatic Colors of #44C86E
Black with #44C86E
Text Example
Text Example
White with #44C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C86E; }
p { color: rgb(68,200,110); }
H1.HeaderClassName
{
color: #44C86E;
}
.AnyTagClassName
{
color: #44C86E;
}
</style>
background-color css
<style>
a { background-color: #44C86E; }
a { background-color: rgb(68,200,110); }
div.DivClassName
{
background-color: #44C86E;
}
.BgClassName
{
background-color: #44C86E;
}
</style>
border-color css
<style>
span { border-color: #44C86E; }
span { border-color: rgb(68,200,110); }
td.TdClassName
{
border-color: #44C86E;
}
.TagClassName
{
border-color: #44C86E;
}
</style>