Shades of Emerald #44CF7D
Tints of Emerald #44CF7D
RGB
CMYK
RGB Variations
Color information
#44CF7D (or 0x44CF7D) is known color: Emerald. HEX triplet: 44, CF and 7D. RGB value is (68,207,125). Sum of RGB (Red+Green+Blue) = 68+207+125=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CF7D is #BB3082. Grayscale: #9C9C9C. Windows color (decimal): -12267651 or 8245060. OLE color: 8245060.
HSL color Cylindrical-coordinate representation of color #44CF7D: hue angle of 144.6º 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 #44CF7D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 125 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.19 |
| HSL | 144.6º | 0.59% | 0.54% | - |
| HSV(B) | 144.6º | 0.67% | 0.81% | - |
| XYZ | 28.4 | 47.34 | 27.04 | - |
| YUV | 156.09 | 110.45 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 125 | 0.67 | 0 | 0.40 | 0.19 | 144.6 | 0.59 | 0.54 |
| Hex | 44 | CF | 7D | 43 | 0 | 28 | 13 | 91 | 3B | 36 |
| Octal | 104 | 317 | 175 | 103 | 0 | 50 | 23 | 221 | 73 | 66 |
| Binary | 1000100 | 11001111 | 1111101 | 1000011 | 0 | 101000 | 10011 | 10010001 | 111011 | 110110 |
Color Harmonies of #44CF7D
Complementary color
Monochromatic Colors of #44CF7D
Black with #44CF7D
Text Example
Text Example
White with #44CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF7D; }
p { color: rgb(68,207,125); }
H1.HeaderClassName
{
color: #44CF7D;
}
.AnyTagClassName
{
color: #44CF7D;
}
</style>
background-color css
<style>
a { background-color: #44CF7D; }
a { background-color: rgb(68,207,125); }
div.DivClassName
{
background-color: #44CF7D;
}
.BgClassName
{
background-color: #44CF7D;
}
</style>
border-color css
<style>
span { border-color: #44CF7D; }
span { border-color: rgb(68,207,125); }
td.TdClassName
{
border-color: #44CF7D;
}
.TagClassName
{
border-color: #44CF7D;
}
</style>