Shades of Emerald #44C85B
Tints of Emerald #44C85B
RGB
CMYK
RGB Variations
Color information
#44C85B (or 0x44C85B) is known color: Emerald. HEX triplet: 44, C8 and 5B. RGB value is (68,200,91). Sum of RGB (Red+Green+Blue) = 68+200+91=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #44C85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C85B is #BB37A4. Grayscale: #949494. Windows color (decimal): -12269477 or 6015044. OLE color: 6015044.
HSL color Cylindrical-coordinate representation of color #44C85B: hue angle of 130.45º 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 #44C85B is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 91 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.22 |
| HSL | 130.45º | 0.55% | 0.53% | - |
| HSV(B) | 130.45º | 0.66% | 0.78% | - |
| XYZ | 24.93 | 43.29 | 16.94 | - |
| YUV | 148.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 91 | 0.66 | 0 | 0.54 | 0.22 | 130.45 | 0.55 | 0.53 |
| Hex | 44 | C8 | 5B | 42 | 0 | 36 | 16 | 82 | 37 | 35 |
| Octal | 104 | 310 | 133 | 102 | 0 | 66 | 26 | 202 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1011011 | 1000010 | 0 | 110110 | 10110 | 10000010 | 110111 | 110101 |
Color Harmonies of #44C85B
Complementary color
Monochromatic Colors of #44C85B
Black with #44C85B
Text Example
Text Example
White with #44C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C85B; }
p { color: rgb(68,200,91); }
H1.HeaderClassName
{
color: #44C85B;
}
.AnyTagClassName
{
color: #44C85B;
}
</style>
background-color css
<style>
a { background-color: #44C85B; }
a { background-color: rgb(68,200,91); }
div.DivClassName
{
background-color: #44C85B;
}
.BgClassName
{
background-color: #44C85B;
}
</style>
border-color css
<style>
span { border-color: #44C85B; }
span { border-color: rgb(68,200,91); }
td.TdClassName
{
border-color: #44C85B;
}
.TagClassName
{
border-color: #44C85B;
}
</style>