Shades of Emerald #44EF77
Tints of Emerald #44EF77
RGB
CMYK
RGB Variations
Color information
#44EF77 (or 0x44EF77) is known color: Emerald. HEX triplet: 44, EF and 77. RGB value is (68,239,119). Sum of RGB (Red+Green+Blue) = 68+239+119=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EF77 is #BB1088. Grayscale: #AEAEAE. Windows color (decimal): -12259465 or 7860036. OLE color: 7860036.
HSL color Cylindrical-coordinate representation of color #44EF77: hue angle of 137.89º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EF77 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 119 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.06 |
| HSL | 137.89º | 0.84% | 0.6% | - |
| HSV(B) | 137.89º | 0.72% | 0.94% | - |
| XYZ | 36.58 | 64.29 | 27.93 | - |
| YUV | 174.19 | 96.85 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 119 | 0.72 | 0 | 0.50 | 0.06 | 137.89 | 0.84 | 0.6 |
| Hex | 44 | EF | 77 | 48 | 0 | 32 | 6 | 8A | 54 | 3C |
| Octal | 104 | 357 | 167 | 110 | 0 | 62 | 6 | 212 | 124 | 74 |
| Binary | 1000100 | 11101111 | 1110111 | 1001000 | 0 | 110010 | 110 | 10001010 | 1010100 | 111100 |
Color Harmonies of #44EF77
Complementary color
Monochromatic Colors of #44EF77
Black with #44EF77
Text Example
Text Example
White with #44EF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EF77; }
p { color: rgb(68,239,119); }
H1.HeaderClassName
{
color: #44EF77;
}
.AnyTagClassName
{
color: #44EF77;
}
</style>
background-color css
<style>
a { background-color: #44EF77; }
a { background-color: rgb(68,239,119); }
div.DivClassName
{
background-color: #44EF77;
}
.BgClassName
{
background-color: #44EF77;
}
</style>
border-color css
<style>
span { border-color: #44EF77; }
span { border-color: rgb(68,239,119); }
td.TdClassName
{
border-color: #44EF77;
}
.TagClassName
{
border-color: #44EF77;
}
</style>