Shades of Emerald #44CB5A
Tints of Emerald #44CB5A
RGB
CMYK
RGB Variations
Color information
#44CB5A (or 0x44CB5A) is known color: Emerald. HEX triplet: 44, CB and 5A. RGB value is (68,203,90). Sum of RGB (Red+Green+Blue) = 68+203+90=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CB5A is #BB34A5. Grayscale: #969696. Windows color (decimal): -12268710 or 5950276. OLE color: 5950276.
HSL color Cylindrical-coordinate representation of color #44CB5A: hue angle of 129.78º 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 #44CB5A is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 90 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.20 |
| HSL | 129.78º | 0.56% | 0.53% | - |
| HSV(B) | 129.78º | 0.67% | 0.8% | - |
| XYZ | 25.59 | 44.68 | 16.95 | - |
| YUV | 149.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 90 | 0.67 | 0 | 0.56 | 0.20 | 129.78 | 0.56 | 0.53 |
| Hex | 44 | CB | 5A | 43 | 0 | 38 | 14 | 82 | 38 | 35 |
| Octal | 104 | 313 | 132 | 103 | 0 | 70 | 24 | 202 | 70 | 65 |
| Binary | 1000100 | 11001011 | 1011010 | 1000011 | 0 | 111000 | 10100 | 10000010 | 111000 | 110101 |
Color Harmonies of #44CB5A
Complementary color
Monochromatic Colors of #44CB5A
Black with #44CB5A
Text Example
Text Example
White with #44CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CB5A; }
p { color: rgb(68,203,90); }
H1.HeaderClassName
{
color: #44CB5A;
}
.AnyTagClassName
{
color: #44CB5A;
}
</style>
background-color css
<style>
a { background-color: #44CB5A; }
a { background-color: rgb(68,203,90); }
div.DivClassName
{
background-color: #44CB5A;
}
.BgClassName
{
background-color: #44CB5A;
}
</style>
border-color css
<style>
span { border-color: #44CB5A; }
span { border-color: rgb(68,203,90); }
td.TdClassName
{
border-color: #44CB5A;
}
.TagClassName
{
border-color: #44CB5A;
}
</style>