Shades of Emerald #44C86F
Tints of Emerald #44C86F
RGB
CMYK
RGB Variations
Color information
#44C86F (or 0x44C86F) is known color: Emerald. HEX triplet: 44, C8 and 6F. RGB value is (68,200,111). Sum of RGB (Red+Green+Blue) = 68+200+111=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #44C86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C86F is #BB3790. Grayscale: #969696. Windows color (decimal): -12269457 or 7325764. OLE color: 7325764.
HSL color Cylindrical-coordinate representation of color #44C86F: hue angle of 139.55º 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 #44C86F is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 111 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.22 |
| HSL | 139.55º | 0.55% | 0.53% | - |
| HSV(B) | 139.55º | 0.66% | 0.78% | - |
| XYZ | 25.91 | 43.69 | 22.11 | - |
| YUV | 150.39 | 105.77 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 111 | 0.66 | 0 | 0.44 | 0.22 | 139.55 | 0.55 | 0.53 |
| Hex | 44 | C8 | 6F | 42 | 0 | 2C | 16 | 8C | 37 | 35 |
| Octal | 104 | 310 | 157 | 102 | 0 | 54 | 26 | 214 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1101111 | 1000010 | 0 | 101100 | 10110 | 10001100 | 110111 | 110101 |
Color Harmonies of #44C86F
Complementary color
Monochromatic Colors of #44C86F
Black with #44C86F
Text Example
Text Example
White with #44C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C86F; }
p { color: rgb(68,200,111); }
H1.HeaderClassName
{
color: #44C86F;
}
.AnyTagClassName
{
color: #44C86F;
}
</style>
background-color css
<style>
a { background-color: #44C86F; }
a { background-color: rgb(68,200,111); }
div.DivClassName
{
background-color: #44C86F;
}
.BgClassName
{
background-color: #44C86F;
}
</style>
border-color css
<style>
span { border-color: #44C86F; }
span { border-color: rgb(68,200,111); }
td.TdClassName
{
border-color: #44C86F;
}
.TagClassName
{
border-color: #44C86F;
}
</style>