Shades of Emerald #44E665
Tints of Emerald #44E665
RGB
CMYK
RGB Variations
Color information
#44E665 (or 0x44E665) is known color: Emerald. HEX triplet: 44, E6 and 65. RGB value is (68,230,101). Sum of RGB (Red+Green+Blue) = 68+230+101=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 230 (90.23% from 255 or 57.64% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 230 - color contains mainly: green. Hex color #44E665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44E665 is #BB199A. Grayscale: #A7A7A7. Windows color (decimal): -12261787 or 6678084. OLE color: 6678084.
HSL color Cylindrical-coordinate representation of color #44E665: hue angle of 132.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 #44E665 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 230 | 101 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.10 |
| HSL | 132.22º | 0.76% | 0.58% | - |
| HSV(B) | 132.22º | 0.7% | 0.9% | - |
| XYZ | 33.03 | 58.76 | 21.91 | - |
| YUV | 166.86 | 90.83 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 230 | 101 | 0.70 | 0 | 0.56 | 0.10 | 132.22 | 0.76 | 0.58 |
| Hex | 44 | E6 | 65 | 46 | 0 | 38 | A | 84 | 4C | 3A |
| Octal | 104 | 346 | 145 | 106 | 0 | 70 | 12 | 204 | 114 | 72 |
| Binary | 1000100 | 11100110 | 1100101 | 1000110 | 0 | 111000 | 1010 | 10000100 | 1001100 | 111010 |
Color Harmonies of #44E665
Complementary color
Monochromatic Colors of #44E665
Black with #44E665
Text Example
Text Example
White with #44E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E665; }
p { color: rgb(68,230,101); }
H1.HeaderClassName
{
color: #44E665;
}
.AnyTagClassName
{
color: #44E665;
}
</style>
background-color css
<style>
a { background-color: #44E665; }
a { background-color: rgb(68,230,101); }
div.DivClassName
{
background-color: #44E665;
}
.BgClassName
{
background-color: #44E665;
}
</style>
border-color css
<style>
span { border-color: #44E665; }
span { border-color: rgb(68,230,101); }
td.TdClassName
{
border-color: #44E665;
}
.TagClassName
{
border-color: #44E665;
}
</style>