Shades of Emerald #44CB75
Tints of Emerald #44CB75
RGB
CMYK
RGB Variations
Color information
#44CB75 (or 0x44CB75) is known color: Emerald. HEX triplet: 44, CB and 75. RGB value is (68,203,117). Sum of RGB (Red+Green+Blue) = 68+203+117=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CB75 is #BB348A. Grayscale: #999999. Windows color (decimal): -12268683 or 7719748. OLE color: 7719748.
HSL color Cylindrical-coordinate representation of color #44CB75: hue angle of 141.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CB75 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 117 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.20 |
| HSL | 141.78º | 0.56% | 0.53% | - |
| HSV(B) | 141.78º | 0.67% | 0.8% | - |
| XYZ | 26.95 | 45.23 | 24.14 | - |
| YUV | 152.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 117 | 0.67 | 0 | 0.42 | 0.20 | 141.78 | 0.56 | 0.53 |
| Hex | 44 | CB | 75 | 43 | 0 | 2A | 14 | 8E | 38 | 35 |
| Octal | 104 | 313 | 165 | 103 | 0 | 52 | 24 | 216 | 70 | 65 |
| Binary | 1000100 | 11001011 | 1110101 | 1000011 | 0 | 101010 | 10100 | 10001110 | 111000 | 110101 |
Color Harmonies of #44CB75
Complementary color
Monochromatic Colors of #44CB75
Black with #44CB75
Text Example
Text Example
White with #44CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CB75; }
p { color: rgb(68,203,117); }
H1.HeaderClassName
{
color: #44CB75;
}
.AnyTagClassName
{
color: #44CB75;
}
</style>
background-color css
<style>
a { background-color: #44CB75; }
a { background-color: rgb(68,203,117); }
div.DivClassName
{
background-color: #44CB75;
}
.BgClassName
{
background-color: #44CB75;
}
</style>
border-color css
<style>
span { border-color: #44CB75; }
span { border-color: rgb(68,203,117); }
td.TdClassName
{
border-color: #44CB75;
}
.TagClassName
{
border-color: #44CB75;
}
</style>