Shades of Emerald #44CF85
Tints of Emerald #44CF85
RGB
CMYK
RGB Variations
Color information
#44CF85 (or 0x44CF85) is known color: Emerald. HEX triplet: 44, CF and 85. RGB value is (68,207,133). Sum of RGB (Red+Green+Blue) = 68+207+133=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CF85 is #BB307A. Grayscale: #9D9D9D. Windows color (decimal): -12267643 or 8769348. OLE color: 8769348.
HSL color Cylindrical-coordinate representation of color #44CF85: hue angle of 148.06º 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 #44CF85 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 133 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.19 |
| HSL | 148.06º | 0.59% | 0.54% | - |
| HSV(B) | 148.06º | 0.67% | 0.81% | - |
| XYZ | 28.93 | 47.55 | 29.84 | - |
| YUV | 157 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 133 | 0.67 | 0 | 0.36 | 0.19 | 148.06 | 0.59 | 0.54 |
| Hex | 44 | CF | 85 | 43 | 0 | 24 | 13 | 94 | 3B | 36 |
| Octal | 104 | 317 | 205 | 103 | 0 | 44 | 23 | 224 | 73 | 66 |
| Binary | 1000100 | 11001111 | 10000101 | 1000011 | 0 | 100100 | 10011 | 10010100 | 111011 | 110110 |
Color Harmonies of #44CF85
Complementary color
Monochromatic Colors of #44CF85
Black with #44CF85
Text Example
Text Example
White with #44CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF85; }
p { color: rgb(68,207,133); }
H1.HeaderClassName
{
color: #44CF85;
}
.AnyTagClassName
{
color: #44CF85;
}
</style>
background-color css
<style>
a { background-color: #44CF85; }
a { background-color: rgb(68,207,133); }
div.DivClassName
{
background-color: #44CF85;
}
.BgClassName
{
background-color: #44CF85;
}
</style>
border-color css
<style>
span { border-color: #44CF85; }
span { border-color: rgb(68,207,133); }
td.TdClassName
{
border-color: #44CF85;
}
.TagClassName
{
border-color: #44CF85;
}
</style>