Shades of Emerald #44EF78
Tints of Emerald #44EF78
RGB
CMYK
RGB Variations
Color information
#44EF78 (or 0x44EF78) is known color: Emerald. HEX triplet: 44, EF and 78. RGB value is (68,239,120). Sum of RGB (Red+Green+Blue) = 68+239+120=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EF78 is #BB1087. Grayscale: #AEAEAE. Windows color (decimal): -12259464 or 7925572. OLE color: 7925572.
HSL color Cylindrical-coordinate representation of color #44EF78: hue angle of 138.25º 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 #44EF78 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 120 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.06 |
| HSL | 138.25º | 0.84% | 0.6% | - |
| HSV(B) | 138.25º | 0.72% | 0.94% | - |
| XYZ | 36.64 | 64.32 | 28.25 | - |
| YUV | 174.31 | 97.35 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 120 | 0.72 | 0 | 0.50 | 0.06 | 138.25 | 0.84 | 0.6 |
| Hex | 44 | EF | 78 | 48 | 0 | 32 | 6 | 8A | 54 | 3C |
| Octal | 104 | 357 | 170 | 110 | 0 | 62 | 6 | 212 | 124 | 74 |
| Binary | 1000100 | 11101111 | 1111000 | 1001000 | 0 | 110010 | 110 | 10001010 | 1010100 | 111100 |
Color Harmonies of #44EF78
Complementary color
Monochromatic Colors of #44EF78
Black with #44EF78
Text Example
Text Example
White with #44EF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EF78; }
p { color: rgb(68,239,120); }
H1.HeaderClassName
{
color: #44EF78;
}
.AnyTagClassName
{
color: #44EF78;
}
</style>
background-color css
<style>
a { background-color: #44EF78; }
a { background-color: rgb(68,239,120); }
div.DivClassName
{
background-color: #44EF78;
}
.BgClassName
{
background-color: #44EF78;
}
</style>
border-color css
<style>
span { border-color: #44EF78; }
span { border-color: rgb(68,239,120); }
td.TdClassName
{
border-color: #44EF78;
}
.TagClassName
{
border-color: #44EF78;
}
</style>