Shades of Emerald #44CB84
Tints of Emerald #44CB84
RGB
CMYK
RGB Variations
Color information
#44CB84 (or 0x44CB84) is known color: Emerald. HEX triplet: 44, CB and 84. RGB value is (68,203,132). Sum of RGB (Red+Green+Blue) = 68+203+132=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CB84 is #BB347B. Grayscale: #9A9A9A. Windows color (decimal): -12268668 or 8702788. OLE color: 8702788.
HSL color Cylindrical-coordinate representation of color #44CB84: hue angle of 148.44º degrees, saturation: 0.56, 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 #44CB84 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 132 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.20 |
| HSL | 148.44º | 0.56% | 0.53% | - |
| HSV(B) | 148.44º | 0.67% | 0.8% | - |
| XYZ | 27.9 | 45.61 | 29.16 | - |
| YUV | 154.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 132 | 0.67 | 0 | 0.35 | 0.20 | 148.44 | 0.56 | 0.53 |
| Hex | 44 | CB | 84 | 43 | 0 | 23 | 14 | 94 | 38 | 35 |
| Octal | 104 | 313 | 204 | 103 | 0 | 43 | 24 | 224 | 70 | 65 |
| Binary | 1000100 | 11001011 | 10000100 | 1000011 | 0 | 100011 | 10100 | 10010100 | 111000 | 110101 |
Color Harmonies of #44CB84
Complementary color
Monochromatic Colors of #44CB84
Black with #44CB84
Text Example
Text Example
White with #44CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CB84; }
p { color: rgb(68,203,132); }
H1.HeaderClassName
{
color: #44CB84;
}
.AnyTagClassName
{
color: #44CB84;
}
</style>
background-color css
<style>
a { background-color: #44CB84; }
a { background-color: rgb(68,203,132); }
div.DivClassName
{
background-color: #44CB84;
}
.BgClassName
{
background-color: #44CB84;
}
</style>
border-color css
<style>
span { border-color: #44CB84; }
span { border-color: rgb(68,203,132); }
td.TdClassName
{
border-color: #44CB84;
}
.TagClassName
{
border-color: #44CB84;
}
</style>