Shades of Emerald #44C95C
Tints of Emerald #44C95C
RGB
CMYK
RGB Variations
Color information
#44C95C (or 0x44C95C) is known color: Emerald. HEX triplet: 44, C9 and 5C. RGB value is (68,201,92). Sum of RGB (Red+Green+Blue) = 68+201+92=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #44C95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C95C is #BB36A3. Grayscale: #959595. Windows color (decimal): -12269220 or 6080836. OLE color: 6080836.
HSL color Cylindrical-coordinate representation of color #44C95C: hue angle of 130.83º 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 #44C95C is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 92 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.21 |
| HSL | 130.83º | 0.55% | 0.53% | - |
| HSV(B) | 130.83º | 0.66% | 0.79% | - |
| XYZ | 25.2 | 43.77 | 17.25 | - |
| YUV | 148.81 | 95.94 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 92 | 0.66 | 0 | 0.54 | 0.21 | 130.83 | 0.55 | 0.53 |
| Hex | 44 | C9 | 5C | 42 | 0 | 36 | 15 | 83 | 37 | 35 |
| Octal | 104 | 311 | 134 | 102 | 0 | 66 | 25 | 203 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1011100 | 1000010 | 0 | 110110 | 10101 | 10000011 | 110111 | 110101 |
Color Harmonies of #44C95C
Complementary color
Monochromatic Colors of #44C95C
Black with #44C95C
Text Example
Text Example
White with #44C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C95C; }
p { color: rgb(68,201,92); }
H1.HeaderClassName
{
color: #44C95C;
}
.AnyTagClassName
{
color: #44C95C;
}
</style>
background-color css
<style>
a { background-color: #44C95C; }
a { background-color: rgb(68,201,92); }
div.DivClassName
{
background-color: #44C95C;
}
.BgClassName
{
background-color: #44C95C;
}
</style>
border-color css
<style>
span { border-color: #44C95C; }
span { border-color: rgb(68,201,92); }
td.TdClassName
{
border-color: #44C95C;
}
.TagClassName
{
border-color: #44C95C;
}
</style>