Shades of Emerald #44CE5B
Tints of Emerald #44CE5B
RGB
CMYK
RGB Variations
Color information
#44CE5B (or 0x44CE5B) is known color: Emerald. HEX triplet: 44, CE and 5B. RGB value is (68,206,91). Sum of RGB (Red+Green+Blue) = 68+206+91=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CE5B is #BB31A4. Grayscale: #979797. Windows color (decimal): -12267941 or 6016580. OLE color: 6016580.
HSL color Cylindrical-coordinate representation of color #44CE5B: hue angle of 130º 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 #44CE5B is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 91 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.19 |
| HSL | 130º | 0.58% | 0.54% | - |
| HSV(B) | 130º | 0.67% | 0.81% | - |
| XYZ | 26.34 | 46.13 | 17.41 | - |
| YUV | 151.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 91 | 0.67 | 0 | 0.56 | 0.19 | 130 | 0.58 | 0.54 |
| Hex | 44 | CE | 5B | 43 | 0 | 38 | 13 | 82 | 3A | 36 |
| Octal | 104 | 316 | 133 | 103 | 0 | 70 | 23 | 202 | 72 | 66 |
| Binary | 1000100 | 11001110 | 1011011 | 1000011 | 0 | 111000 | 10011 | 10000010 | 111010 | 110110 |
Color Harmonies of #44CE5B
Complementary color
Monochromatic Colors of #44CE5B
Black with #44CE5B
Text Example
Text Example
White with #44CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE5B; }
p { color: rgb(68,206,91); }
H1.HeaderClassName
{
color: #44CE5B;
}
.AnyTagClassName
{
color: #44CE5B;
}
</style>
background-color css
<style>
a { background-color: #44CE5B; }
a { background-color: rgb(68,206,91); }
div.DivClassName
{
background-color: #44CE5B;
}
.BgClassName
{
background-color: #44CE5B;
}
</style>
border-color css
<style>
span { border-color: #44CE5B; }
span { border-color: rgb(68,206,91); }
td.TdClassName
{
border-color: #44CE5B;
}
.TagClassName
{
border-color: #44CE5B;
}
</style>