Shades of Emerald #44EB77
Tints of Emerald #44EB77
RGB
CMYK
RGB Variations
Color information
#44EB77 (or 0x44EB77) is known color: Emerald. HEX triplet: 44, EB and 77. RGB value is (68,235,119). Sum of RGB (Red+Green+Blue) = 68+235+119=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #44EB77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EB77 is #BB1488. Grayscale: #ACACAC. Windows color (decimal): -12260489 or 7859012. OLE color: 7859012.
HSL color Cylindrical-coordinate representation of color #44EB77: hue angle of 138.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EB77 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 119 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.08 |
| HSL | 138.32º | 0.81% | 0.59% | - |
| HSV(B) | 138.32º | 0.71% | 0.92% | - |
| XYZ | 35.42 | 61.98 | 27.55 | - |
| YUV | 171.84 | 98.17 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 119 | 0.71 | 0 | 0.49 | 0.08 | 138.32 | 0.81 | 0.59 |
| Hex | 44 | EB | 77 | 47 | 0 | 31 | 8 | 8A | 51 | 3B |
| Octal | 104 | 353 | 167 | 107 | 0 | 61 | 10 | 212 | 121 | 73 |
| Binary | 1000100 | 11101011 | 1110111 | 1000111 | 0 | 110001 | 1000 | 10001010 | 1010001 | 111011 |
Color Harmonies of #44EB77
Complementary color
Monochromatic Colors of #44EB77
Black with #44EB77
Text Example
Text Example
White with #44EB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EB77; }
p { color: rgb(68,235,119); }
H1.HeaderClassName
{
color: #44EB77;
}
.AnyTagClassName
{
color: #44EB77;
}
</style>
background-color css
<style>
a { background-color: #44EB77; }
a { background-color: rgb(68,235,119); }
div.DivClassName
{
background-color: #44EB77;
}
.BgClassName
{
background-color: #44EB77;
}
</style>
border-color css
<style>
span { border-color: #44EB77; }
span { border-color: rgb(68,235,119); }
td.TdClassName
{
border-color: #44EB77;
}
.TagClassName
{
border-color: #44EB77;
}
</style>