Shades of Emerald #44CC6C
Tints of Emerald #44CC6C
RGB
CMYK
RGB Variations
Color information
#44CC6C (or 0x44CC6C) is known color: Emerald. HEX triplet: 44, CC and 6C. RGB value is (68,204,108). Sum of RGB (Red+Green+Blue) = 68+204+108=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC6C is #BB3393. Grayscale: #989898. Windows color (decimal): -12268436 or 7130180. OLE color: 7130180.
HSL color Cylindrical-coordinate representation of color #44CC6C: hue angle of 137.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC6C is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 108 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.2 |
| HSL | 137.65º | 0.57% | 0.53% | - |
| HSV(B) | 137.65º | 0.67% | 0.8% | - |
| XYZ | 26.68 | 45.5 | 21.56 | - |
| YUV | 152.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 108 | 0.67 | 0 | 0.47 | 0.2 | 137.65 | 0.57 | 0.53 |
| Hex | 44 | CC | 6C | 43 | 0 | 2F | 14 | 8A | 39 | 35 |
| Octal | 104 | 314 | 154 | 103 | 0 | 57 | 24 | 212 | 71 | 65 |
| Binary | 1000100 | 11001100 | 1101100 | 1000011 | 0 | 101111 | 10100 | 10001010 | 111001 | 110101 |
Color Harmonies of #44CC6C
Complementary color
Monochromatic Colors of #44CC6C
Black with #44CC6C
Text Example
Text Example
White with #44CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CC6C; }
p { color: rgb(68,204,108); }
H1.HeaderClassName
{
color: #44CC6C;
}
.AnyTagClassName
{
color: #44CC6C;
}
</style>
background-color css
<style>
a { background-color: #44CC6C; }
a { background-color: rgb(68,204,108); }
div.DivClassName
{
background-color: #44CC6C;
}
.BgClassName
{
background-color: #44CC6C;
}
</style>
border-color css
<style>
span { border-color: #44CC6C; }
span { border-color: rgb(68,204,108); }
td.TdClassName
{
border-color: #44CC6C;
}
.TagClassName
{
border-color: #44CC6C;
}
</style>