Shades of Emerald #44EF85
Tints of Emerald #44EF85
RGB
CMYK
RGB Variations
Color information
#44EF85 (or 0x44EF85) is known color: Emerald. HEX triplet: 44, EF and 85. RGB value is (68,239,133). Sum of RGB (Red+Green+Blue) = 68+239+133=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EF85 is #BB107A. Grayscale: #B0B0B0. Windows color (decimal): -12259451 or 8777540. OLE color: 8777540.
HSL color Cylindrical-coordinate representation of color #44EF85: hue angle of 142.81º 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 #44EF85 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 133 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.06 |
| HSL | 142.81º | 0.84% | 0.6% | - |
| HSV(B) | 142.81º | 0.72% | 0.94% | - |
| XYZ | 37.48 | 64.66 | 32.69 | - |
| YUV | 175.79 | 103.85 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 133 | 0.72 | 0 | 0.44 | 0.06 | 142.81 | 0.84 | 0.6 |
| Hex | 44 | EF | 85 | 48 | 0 | 2C | 6 | 8F | 54 | 3C |
| Octal | 104 | 357 | 205 | 110 | 0 | 54 | 6 | 217 | 124 | 74 |
| Binary | 1000100 | 11101111 | 10000101 | 1001000 | 0 | 101100 | 110 | 10001111 | 1010100 | 111100 |
Color Harmonies of #44EF85
Complementary color
Monochromatic Colors of #44EF85
Black with #44EF85
Text Example
Text Example
White with #44EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EF85; }
p { color: rgb(68,239,133); }
H1.HeaderClassName
{
color: #44EF85;
}
.AnyTagClassName
{
color: #44EF85;
}
</style>
background-color css
<style>
a { background-color: #44EF85; }
a { background-color: rgb(68,239,133); }
div.DivClassName
{
background-color: #44EF85;
}
.BgClassName
{
background-color: #44EF85;
}
</style>
border-color css
<style>
span { border-color: #44EF85; }
span { border-color: rgb(68,239,133); }
td.TdClassName
{
border-color: #44EF85;
}
.TagClassName
{
border-color: #44EF85;
}
</style>