Shades of Emerald #44C862
Tints of Emerald #44C862
RGB
CMYK
RGB Variations
Color information
#44C862 (or 0x44C862) is known color: Emerald. HEX triplet: 44, C8 and 62. RGB value is (68,200,98). Sum of RGB (Red+Green+Blue) = 68+200+98=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #44C862 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C862 is #BB379D. Grayscale: #959595. Windows color (decimal): -12269470 or 6473796. OLE color: 6473796.
HSL color Cylindrical-coordinate representation of color #44C862: hue angle of 133.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C862 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 98 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.22 |
| HSL | 133.64º | 0.55% | 0.53% | - |
| HSV(B) | 133.64º | 0.66% | 0.78% | - |
| XYZ | 25.24 | 43.42 | 18.61 | - |
| YUV | 148.9 | 99.27 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 98 | 0.66 | 0 | 0.51 | 0.22 | 133.64 | 0.55 | 0.53 |
| Hex | 44 | C8 | 62 | 42 | 0 | 33 | 16 | 86 | 37 | 35 |
| Octal | 104 | 310 | 142 | 102 | 0 | 63 | 26 | 206 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1100010 | 1000010 | 0 | 110011 | 10110 | 10000110 | 110111 | 110101 |
Color Harmonies of #44C862
Complementary color
Monochromatic Colors of #44C862
Black with #44C862
Text Example
Text Example
White with #44C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C862; }
p { color: rgb(68,200,98); }
H1.HeaderClassName
{
color: #44C862;
}
.AnyTagClassName
{
color: #44C862;
}
</style>
background-color css
<style>
a { background-color: #44C862; }
a { background-color: rgb(68,200,98); }
div.DivClassName
{
background-color: #44C862;
}
.BgClassName
{
background-color: #44C862;
}
</style>
border-color css
<style>
span { border-color: #44C862; }
span { border-color: rgb(68,200,98); }
td.TdClassName
{
border-color: #44C862;
}
.TagClassName
{
border-color: #44C862;
}
</style>