Shades of Emerald #44E46C
Tints of Emerald #44E46C
RGB
CMYK
RGB Variations
Color information
#44E46C (or 0x44E46C) is known color: Emerald. HEX triplet: 44, E4 and 6C. RGB value is (68,228,108). Sum of RGB (Red+Green+Blue) = 68+228+108=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #44E46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E46C is #BB1B93. Grayscale: #A6A6A6. Windows color (decimal): -12262292 or 7136324. OLE color: 7136324.
HSL color Cylindrical-coordinate representation of color #44E46C: hue angle of 135º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E46C is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 228 | 108 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.11 |
| HSL | 135º | 0.75% | 0.58% | - |
| HSV(B) | 135º | 0.7% | 0.89% | - |
| XYZ | 32.83 | 57.8 | 23.61 | - |
| YUV | 166.48 | 94.99 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 228 | 108 | 0.70 | 0 | 0.53 | 0.11 | 135 | 0.75 | 0.58 |
| Hex | 44 | E4 | 6C | 46 | 0 | 35 | B | 87 | 4B | 3A |
| Octal | 104 | 344 | 154 | 106 | 0 | 65 | 13 | 207 | 113 | 72 |
| Binary | 1000100 | 11100100 | 1101100 | 1000110 | 0 | 110101 | 1011 | 10000111 | 1001011 | 111010 |
Color Harmonies of #44E46C
Complementary color
Monochromatic Colors of #44E46C
Black with #44E46C
Text Example
Text Example
White with #44E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E46C; }
p { color: rgb(68,228,108); }
H1.HeaderClassName
{
color: #44E46C;
}
.AnyTagClassName
{
color: #44E46C;
}
</style>
background-color css
<style>
a { background-color: #44E46C; }
a { background-color: rgb(68,228,108); }
div.DivClassName
{
background-color: #44E46C;
}
.BgClassName
{
background-color: #44E46C;
}
</style>
border-color css
<style>
span { border-color: #44E46C; }
span { border-color: rgb(68,228,108); }
td.TdClassName
{
border-color: #44E46C;
}
.TagClassName
{
border-color: #44E46C;
}
</style>