Shades of Emerald #44C85F
Tints of Emerald #44C85F
RGB
CMYK
RGB Variations
Color information
#44C85F (or 0x44C85F) is known color: Emerald. HEX triplet: 44, C8 and 5F. RGB value is (68,200,95). Sum of RGB (Red+Green+Blue) = 68+200+95=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #44C85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C85F is #BB37A0. Grayscale: #949494. Windows color (decimal): -12269473 or 6277188. OLE color: 6277188.
HSL color Cylindrical-coordinate representation of color #44C85F: hue angle of 132.27º 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 #44C85F is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 95 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.22 |
| HSL | 132.27º | 0.55% | 0.53% | - |
| HSV(B) | 132.27º | 0.66% | 0.78% | - |
| XYZ | 25.1 | 43.36 | 17.87 | - |
| YUV | 148.56 | 97.77 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 95 | 0.66 | 0 | 0.52 | 0.22 | 132.27 | 0.55 | 0.53 |
| Hex | 44 | C8 | 5F | 42 | 0 | 34 | 16 | 84 | 37 | 35 |
| Octal | 104 | 310 | 137 | 102 | 0 | 64 | 26 | 204 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1011111 | 1000010 | 0 | 110100 | 10110 | 10000100 | 110111 | 110101 |
Color Harmonies of #44C85F
Complementary color
Monochromatic Colors of #44C85F
Black with #44C85F
Text Example
Text Example
White with #44C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C85F; }
p { color: rgb(68,200,95); }
H1.HeaderClassName
{
color: #44C85F;
}
.AnyTagClassName
{
color: #44C85F;
}
</style>
background-color css
<style>
a { background-color: #44C85F; }
a { background-color: rgb(68,200,95); }
div.DivClassName
{
background-color: #44C85F;
}
.BgClassName
{
background-color: #44C85F;
}
</style>
border-color css
<style>
span { border-color: #44C85F; }
span { border-color: rgb(68,200,95); }
td.TdClassName
{
border-color: #44C85F;
}
.TagClassName
{
border-color: #44C85F;
}
</style>