Shades of Emerald #44CF6B
Tints of Emerald #44CF6B
RGB
CMYK
RGB Variations
Color information
#44CF6B (or 0x44CF6B) is known color: Emerald. HEX triplet: 44, CF and 6B. RGB value is (68,207,107). Sum of RGB (Red+Green+Blue) = 68+207+107=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CF6B is #BB3094. Grayscale: #9A9A9A. Windows color (decimal): -12267669 or 7065412. OLE color: 7065412.
HSL color Cylindrical-coordinate representation of color #44CF6B: hue angle of 136.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CF6B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 107 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.19 |
| HSL | 136.83º | 0.59% | 0.54% | - |
| HSV(B) | 136.83º | 0.67% | 0.81% | - |
| XYZ | 27.35 | 46.92 | 21.52 | - |
| YUV | 154.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 107 | 0.67 | 0 | 0.48 | 0.19 | 136.83 | 0.59 | 0.54 |
| Hex | 44 | CF | 6B | 43 | 0 | 30 | 13 | 89 | 3B | 36 |
| Octal | 104 | 317 | 153 | 103 | 0 | 60 | 23 | 211 | 73 | 66 |
| Binary | 1000100 | 11001111 | 1101011 | 1000011 | 0 | 110000 | 10011 | 10001001 | 111011 | 110110 |
Color Harmonies of #44CF6B
Complementary color
Monochromatic Colors of #44CF6B
Black with #44CF6B
Text Example
Text Example
White with #44CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF6B; }
p { color: rgb(68,207,107); }
H1.HeaderClassName
{
color: #44CF6B;
}
.AnyTagClassName
{
color: #44CF6B;
}
</style>
background-color css
<style>
a { background-color: #44CF6B; }
a { background-color: rgb(68,207,107); }
div.DivClassName
{
background-color: #44CF6B;
}
.BgClassName
{
background-color: #44CF6B;
}
</style>
border-color css
<style>
span { border-color: #44CF6B; }
span { border-color: rgb(68,207,107); }
td.TdClassName
{
border-color: #44CF6B;
}
.TagClassName
{
border-color: #44CF6B;
}
</style>