Shades of Emerald #44E680
Tints of Emerald #44E680
RGB
CMYK
RGB Variations
Color information
#44E680 (or 0x44E680) is known color: Emerald. HEX triplet: 44, E6 and 80. RGB value is (68,230,128). Sum of RGB (Red+Green+Blue) = 68+230+128=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #44E680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44E680 is #BB197F. Grayscale: #AAAAAA. Windows color (decimal): -12261760 or 8447556. OLE color: 8447556.
HSL color Cylindrical-coordinate representation of color #44E680: hue angle of 142.22º 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 #44E680 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 230 | 128 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.10 |
| HSL | 142.22º | 0.76% | 0.58% | - |
| HSV(B) | 142.22º | 0.7% | 0.9% | - |
| XYZ | 34.58 | 59.38 | 30.06 | - |
| YUV | 169.93 | 104.33 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 230 | 128 | 0.70 | 0 | 0.44 | 0.10 | 142.22 | 0.76 | 0.58 |
| Hex | 44 | E6 | 80 | 46 | 0 | 2C | A | 8E | 4C | 3A |
| Octal | 104 | 346 | 200 | 106 | 0 | 54 | 12 | 216 | 114 | 72 |
| Binary | 1000100 | 11100110 | 10000000 | 1000110 | 0 | 101100 | 1010 | 10001110 | 1001100 | 111010 |
Color Harmonies of #44E680
Complementary color
Monochromatic Colors of #44E680
Black with #44E680
Text Example
Text Example
White with #44E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E680; }
p { color: rgb(68,230,128); }
H1.HeaderClassName
{
color: #44E680;
}
.AnyTagClassName
{
color: #44E680;
}
</style>
background-color css
<style>
a { background-color: #44E680; }
a { background-color: rgb(68,230,128); }
div.DivClassName
{
background-color: #44E680;
}
.BgClassName
{
background-color: #44E680;
}
</style>
border-color css
<style>
span { border-color: #44E680; }
span { border-color: rgb(68,230,128); }
td.TdClassName
{
border-color: #44E680;
}
.TagClassName
{
border-color: #44E680;
}
</style>