Shades of Emerald #44CE5E
Tints of Emerald #44CE5E
RGB
CMYK
RGB Variations
Color information
#44CE5E (or 0x44CE5E) is known color: Emerald. HEX triplet: 44, CE and 5E. RGB value is (68,206,94). Sum of RGB (Red+Green+Blue) = 68+206+94=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CE5E is #BB31A1. Grayscale: #989898. Windows color (decimal): -12267938 or 6213188. OLE color: 6213188.
HSL color Cylindrical-coordinate representation of color #44CE5E: hue angle of 131.3º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CE5E is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 94 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.19 |
| HSL | 131.3º | 0.58% | 0.54% | - |
| HSV(B) | 131.3º | 0.67% | 0.81% | - |
| XYZ | 26.48 | 46.18 | 18.11 | - |
| YUV | 151.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 94 | 0.67 | 0 | 0.54 | 0.19 | 131.3 | 0.58 | 0.54 |
| Hex | 44 | CE | 5E | 43 | 0 | 36 | 13 | 83 | 3A | 36 |
| Octal | 104 | 316 | 136 | 103 | 0 | 66 | 23 | 203 | 72 | 66 |
| Binary | 1000100 | 11001110 | 1011110 | 1000011 | 0 | 110110 | 10011 | 10000011 | 111010 | 110110 |
Color Harmonies of #44CE5E
Complementary color
Monochromatic Colors of #44CE5E
Black with #44CE5E
Text Example
Text Example
White with #44CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE5E; }
p { color: rgb(68,206,94); }
H1.HeaderClassName
{
color: #44CE5E;
}
.AnyTagClassName
{
color: #44CE5E;
}
</style>
background-color css
<style>
a { background-color: #44CE5E; }
a { background-color: rgb(68,206,94); }
div.DivClassName
{
background-color: #44CE5E;
}
.BgClassName
{
background-color: #44CE5E;
}
</style>
border-color css
<style>
span { border-color: #44CE5E; }
span { border-color: rgb(68,206,94); }
td.TdClassName
{
border-color: #44CE5E;
}
.TagClassName
{
border-color: #44CE5E;
}
</style>