Shades of Emerald #44C766
Tints of Emerald #44C766
RGB
CMYK
RGB Variations
Color information
#44C766 (or 0x44C766) is known color: Emerald. HEX triplet: 44, C7 and 66. RGB value is (68,199,102). Sum of RGB (Red+Green+Blue) = 68+199+102=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #44C766 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C766 is #BB3899. Grayscale: #959595. Windows color (decimal): -12269722 or 6735684. OLE color: 6735684.
HSL color Cylindrical-coordinate representation of color #44C766: hue angle of 135.57º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C766 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 199 | 102 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.22 |
| HSL | 135.57º | 0.54% | 0.52% | - |
| HSV(B) | 135.57º | 0.66% | 0.78% | - |
| XYZ | 25.21 | 43.04 | 19.55 | - |
| YUV | 148.77 | 101.6 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 199 | 102 | 0.66 | 0 | 0.49 | 0.22 | 135.57 | 0.54 | 0.52 |
| Hex | 44 | C7 | 66 | 42 | 0 | 31 | 16 | 88 | 36 | 34 |
| Octal | 104 | 307 | 146 | 102 | 0 | 61 | 26 | 210 | 66 | 64 |
| Binary | 1000100 | 11000111 | 1100110 | 1000010 | 0 | 110001 | 10110 | 10001000 | 110110 | 110100 |
Color Harmonies of #44C766
Complementary color
Monochromatic Colors of #44C766
Black with #44C766
Text Example
Text Example
White with #44C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C766; }
p { color: rgb(68,199,102); }
H1.HeaderClassName
{
color: #44C766;
}
.AnyTagClassName
{
color: #44C766;
}
</style>
background-color css
<style>
a { background-color: #44C766; }
a { background-color: rgb(68,199,102); }
div.DivClassName
{
background-color: #44C766;
}
.BgClassName
{
background-color: #44C766;
}
</style>
border-color css
<style>
span { border-color: #44C766; }
span { border-color: rgb(68,199,102); }
td.TdClassName
{
border-color: #44C766;
}
.TagClassName
{
border-color: #44C766;
}
</style>