Shades of Emerald #44C95E
Tints of Emerald #44C95E
RGB
CMYK
RGB Variations
Color information
#44C95E (or 0x44C95E) is known color: Emerald. HEX triplet: 44, C9 and 5E. RGB value is (68,201,94). Sum of RGB (Red+Green+Blue) = 68+201+94=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #44C95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C95E is #BB36A1. Grayscale: #959595. Windows color (decimal): -12269218 or 6211908. OLE color: 6211908.
HSL color Cylindrical-coordinate representation of color #44C95E: hue angle of 131.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C95E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 94 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.21 |
| HSL | 131.73º | 0.55% | 0.53% | - |
| HSV(B) | 131.73º | 0.66% | 0.79% | - |
| XYZ | 25.29 | 43.81 | 17.71 | - |
| YUV | 149.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 94 | 0.66 | 0 | 0.53 | 0.21 | 131.73 | 0.55 | 0.53 |
| Hex | 44 | C9 | 5E | 42 | 0 | 35 | 15 | 84 | 37 | 35 |
| Octal | 104 | 311 | 136 | 102 | 0 | 65 | 25 | 204 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1011110 | 1000010 | 0 | 110101 | 10101 | 10000100 | 110111 | 110101 |
Color Harmonies of #44C95E
Complementary color
Monochromatic Colors of #44C95E
Black with #44C95E
Text Example
Text Example
White with #44C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C95E; }
p { color: rgb(68,201,94); }
H1.HeaderClassName
{
color: #44C95E;
}
.AnyTagClassName
{
color: #44C95E;
}
</style>
background-color css
<style>
a { background-color: #44C95E; }
a { background-color: rgb(68,201,94); }
div.DivClassName
{
background-color: #44C95E;
}
.BgClassName
{
background-color: #44C95E;
}
</style>
border-color css
<style>
span { border-color: #44C95E; }
span { border-color: rgb(68,201,94); }
td.TdClassName
{
border-color: #44C95E;
}
.TagClassName
{
border-color: #44C95E;
}
</style>