Shades of Emerald #44CE64
Tints of Emerald #44CE64
RGB
CMYK
RGB Variations
Color information
#44CE64 (or 0x44CE64) is known color: Emerald. HEX triplet: 44, CE and 64. RGB value is (68,206,100). Sum of RGB (Red+Green+Blue) = 68+206+100=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CE64 is #BB319B. Grayscale: #989898. Windows color (decimal): -12267932 or 6606404. OLE color: 6606404.
HSL color Cylindrical-coordinate representation of color #44CE64: hue angle of 133.91º 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 #44CE64 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 100 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.19 |
| HSL | 133.91º | 0.58% | 0.54% | - |
| HSV(B) | 133.91º | 0.67% | 0.81% | - |
| XYZ | 26.76 | 46.29 | 19.58 | - |
| YUV | 152.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 100 | 0.67 | 0 | 0.51 | 0.19 | 133.91 | 0.58 | 0.54 |
| Hex | 44 | CE | 64 | 43 | 0 | 33 | 13 | 86 | 3A | 36 |
| Octal | 104 | 316 | 144 | 103 | 0 | 63 | 23 | 206 | 72 | 66 |
| Binary | 1000100 | 11001110 | 1100100 | 1000011 | 0 | 110011 | 10011 | 10000110 | 111010 | 110110 |
Color Harmonies of #44CE64
Complementary color
Monochromatic Colors of #44CE64
Black with #44CE64
Text Example
Text Example
White with #44CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE64; }
p { color: rgb(68,206,100); }
H1.HeaderClassName
{
color: #44CE64;
}
.AnyTagClassName
{
color: #44CE64;
}
</style>
background-color css
<style>
a { background-color: #44CE64; }
a { background-color: rgb(68,206,100); }
div.DivClassName
{
background-color: #44CE64;
}
.BgClassName
{
background-color: #44CE64;
}
</style>
border-color css
<style>
span { border-color: #44CE64; }
span { border-color: rgb(68,206,100); }
td.TdClassName
{
border-color: #44CE64;
}
.TagClassName
{
border-color: #44CE64;
}
</style>