Shades of Emerald #4CDB75
Tints of Emerald #4CDB75
RGB
CMYK
RGB Variations
Color information
#4CDB75 (or 0x4CDB75) is known color: Emerald. HEX triplet: 4C, DB and 75. RGB value is (76,219,117). Sum of RGB (Red+Green+Blue) = 76+219+117=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDB75 is #B3248A. Grayscale: #A4A4A4. Windows color (decimal): -11740299 or 7723852. OLE color: 7723852.
HSL color Cylindrical-coordinate representation of color #4CDB75: hue angle of 137.2º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDB75 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 117 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.14 |
| HSL | 137.2º | 0.67% | 0.58% | - |
| HSV(B) | 137.2º | 0.65% | 0.86% | - |
| XYZ | 31.52 | 53.48 | 25.49 | - |
| YUV | 164.62 | 101.12 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 117 | 0.65 | 0 | 0.47 | 0.14 | 137.2 | 0.67 | 0.58 |
| Hex | 4C | DB | 75 | 41 | 0 | 2F | E | 89 | 43 | 3A |
| Octal | 114 | 333 | 165 | 101 | 0 | 57 | 16 | 211 | 103 | 72 |
| Binary | 1001100 | 11011011 | 1110101 | 1000001 | 0 | 101111 | 1110 | 10001001 | 1000011 | 111010 |
Color Harmonies of #4CDB75
Complementary color
Monochromatic Colors of #4CDB75
Black with #4CDB75
Text Example
Text Example
White with #4CDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDB75; }
p { color: rgb(76,219,117); }
H1.HeaderClassName
{
color: #4CDB75;
}
.AnyTagClassName
{
color: #4CDB75;
}
</style>
background-color css
<style>
a { background-color: #4CDB75; }
a { background-color: rgb(76,219,117); }
div.DivClassName
{
background-color: #4CDB75;
}
.BgClassName
{
background-color: #4CDB75;
}
</style>
border-color css
<style>
span { border-color: #4CDB75; }
span { border-color: rgb(76,219,117); }
td.TdClassName
{
border-color: #4CDB75;
}
.TagClassName
{
border-color: #4CDB75;
}
</style>