Shades of Emerald #44E55F
Tints of Emerald #44E55F
RGB
CMYK
RGB Variations
Color information
#44E55F (or 0x44E55F) is known color: Emerald. HEX triplet: 44, E5 and 5F. RGB value is (68,229,95). Sum of RGB (Red+Green+Blue) = 68+229+95=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 229 (89.84% from 255 or 58.42% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 229 - color contains mainly: green. Hex color #44E55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E55F is #BB1AA0. Grayscale: #A5A5A5. Windows color (decimal): -12262049 or 6284612. OLE color: 6284612.
HSL color Cylindrical-coordinate representation of color #44E55F: hue angle of 130.06º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E55F is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 229 | 95 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.10 |
| HSL | 130.06º | 0.76% | 0.58% | - |
| HSV(B) | 130.06º | 0.7% | 0.9% | - |
| XYZ | 32.47 | 58.09 | 20.33 | - |
| YUV | 165.59 | 88.16 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 229 | 95 | 0.70 | 0 | 0.59 | 0.10 | 130.06 | 0.76 | 0.58 |
| Hex | 44 | E5 | 5F | 46 | 0 | 3B | A | 82 | 4C | 3A |
| Octal | 104 | 345 | 137 | 106 | 0 | 73 | 12 | 202 | 114 | 72 |
| Binary | 1000100 | 11100101 | 1011111 | 1000110 | 0 | 111011 | 1010 | 10000010 | 1001100 | 111010 |
Color Harmonies of #44E55F
Complementary color
Monochromatic Colors of #44E55F
Black with #44E55F
Text Example
Text Example
White with #44E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E55F; }
p { color: rgb(68,229,95); }
H1.HeaderClassName
{
color: #44E55F;
}
.AnyTagClassName
{
color: #44E55F;
}
</style>
background-color css
<style>
a { background-color: #44E55F; }
a { background-color: rgb(68,229,95); }
div.DivClassName
{
background-color: #44E55F;
}
.BgClassName
{
background-color: #44E55F;
}
</style>
border-color css
<style>
span { border-color: #44E55F; }
span { border-color: rgb(68,229,95); }
td.TdClassName
{
border-color: #44E55F;
}
.TagClassName
{
border-color: #44E55F;
}
</style>