Shades of Emerald #2CDB75
Tints of Emerald #2CDB75
RGB
CMYK
RGB Variations
Color information
#2CDB75 (or 0x2CDB75) is known color: Emerald. HEX triplet: 2C, DB and 75. RGB value is (44,219,117). Sum of RGB (Red+Green+Blue) = 44+219+117=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDB75 is #D3248A. Grayscale: #9B9B9B. Windows color (decimal): -13837451 or 7723820. OLE color: 7723820.
HSL color Cylindrical-coordinate representation of color #2CDB75: hue angle of 145.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDB75 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 117 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.14 |
| HSL | 145.03º | 0.71% | 0.52% | - |
| HSV(B) | 145.03º | 0.8% | 0.86% | - |
| XYZ | 29.58 | 52.48 | 25.4 | - |
| YUV | 155.05 | 106.52 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 117 | 0.80 | 0 | 0.47 | 0.14 | 145.03 | 0.71 | 0.52 |
| Hex | 2C | DB | 75 | 50 | 0 | 2F | E | 91 | 47 | 34 |
| Octal | 54 | 333 | 165 | 120 | 0 | 57 | 16 | 221 | 107 | 64 |
| Binary | 101100 | 11011011 | 1110101 | 1010000 | 0 | 101111 | 1110 | 10010001 | 1000111 | 110100 |
Color Harmonies of #2CDB75
Complementary color
Monochromatic Colors of #2CDB75
Black with #2CDB75
Text Example
Text Example
White with #2CDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDB75; }
p { color: rgb(44,219,117); }
H1.HeaderClassName
{
color: #2CDB75;
}
.AnyTagClassName
{
color: #2CDB75;
}
</style>
background-color css
<style>
a { background-color: #2CDB75; }
a { background-color: rgb(44,219,117); }
div.DivClassName
{
background-color: #2CDB75;
}
.BgClassName
{
background-color: #2CDB75;
}
</style>
border-color css
<style>
span { border-color: #2CDB75; }
span { border-color: rgb(44,219,117); }
td.TdClassName
{
border-color: #2CDB75;
}
.TagClassName
{
border-color: #2CDB75;
}
</style>