Shades of Emerald #4CDB6F
Tints of Emerald #4CDB6F
RGB
CMYK
RGB Variations
Color information
#4CDB6F (or 0x4CDB6F) is known color: Emerald. HEX triplet: 4C, DB and 6F. RGB value is (76,219,111). Sum of RGB (Red+Green+Blue) = 76+219+111=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDB6F is #B32490. Grayscale: #A4A4A4. Windows color (decimal): -11740305 or 7330636. OLE color: 7330636.
HSL color Cylindrical-coordinate representation of color #4CDB6F: hue angle of 134.69º 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 #4CDB6F is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 111 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.14 |
| HSL | 134.69º | 0.67% | 0.58% | - |
| HSV(B) | 134.69º | 0.65% | 0.86% | - |
| XYZ | 31.18 | 53.35 | 23.69 | - |
| YUV | 163.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 111 | 0.65 | 0 | 0.49 | 0.14 | 134.69 | 0.67 | 0.58 |
| Hex | 4C | DB | 6F | 41 | 0 | 31 | E | 87 | 43 | 3A |
| Octal | 114 | 333 | 157 | 101 | 0 | 61 | 16 | 207 | 103 | 72 |
| Binary | 1001100 | 11011011 | 1101111 | 1000001 | 0 | 110001 | 1110 | 10000111 | 1000011 | 111010 |
Color Harmonies of #4CDB6F
Complementary color
Monochromatic Colors of #4CDB6F
Black with #4CDB6F
Text Example
Text Example
White with #4CDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDB6F; }
p { color: rgb(76,219,111); }
H1.HeaderClassName
{
color: #4CDB6F;
}
.AnyTagClassName
{
color: #4CDB6F;
}
</style>
background-color css
<style>
a { background-color: #4CDB6F; }
a { background-color: rgb(76,219,111); }
div.DivClassName
{
background-color: #4CDB6F;
}
.BgClassName
{
background-color: #4CDB6F;
}
</style>
border-color css
<style>
span { border-color: #4CDB6F; }
span { border-color: rgb(76,219,111); }
td.TdClassName
{
border-color: #4CDB6F;
}
.TagClassName
{
border-color: #4CDB6F;
}
</style>