Shades of Emerald #4CDB5C
Tints of Emerald #4CDB5C
RGB
CMYK
RGB Variations
Color information
#4CDB5C (or 0x4CDB5C) is known color: Emerald. HEX triplet: 4C, DB and 5C. RGB value is (76,219,92). Sum of RGB (Red+Green+Blue) = 76+219+92=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDB5C is #B324A3. Grayscale: #A2A2A2. Windows color (decimal): -11740324 or 6085452. OLE color: 6085452.
HSL color Cylindrical-coordinate representation of color #4CDB5C: hue angle of 126.71º 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 #4CDB5C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 92 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.14 |
| HSL | 126.71º | 0.67% | 0.58% | - |
| HSV(B) | 126.71º | 0.65% | 0.86% | - |
| XYZ | 30.24 | 52.97 | 18.76 | - |
| YUV | 161.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 92 | 0.65 | 0 | 0.58 | 0.14 | 126.71 | 0.67 | 0.58 |
| Hex | 4C | DB | 5C | 41 | 0 | 3A | E | 7F | 43 | 3A |
| Octal | 114 | 333 | 134 | 101 | 0 | 72 | 16 | 177 | 103 | 72 |
| Binary | 1001100 | 11011011 | 1011100 | 1000001 | 0 | 111010 | 1110 | 1111111 | 1000011 | 111010 |
Color Harmonies of #4CDB5C
Complementary color
Monochromatic Colors of #4CDB5C
Black with #4CDB5C
Text Example
Text Example
White with #4CDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDB5C; }
p { color: rgb(76,219,92); }
H1.HeaderClassName
{
color: #4CDB5C;
}
.AnyTagClassName
{
color: #4CDB5C;
}
</style>
background-color css
<style>
a { background-color: #4CDB5C; }
a { background-color: rgb(76,219,92); }
div.DivClassName
{
background-color: #4CDB5C;
}
.BgClassName
{
background-color: #4CDB5C;
}
</style>
border-color css
<style>
span { border-color: #4CDB5C; }
span { border-color: rgb(76,219,92); }
td.TdClassName
{
border-color: #4CDB5C;
}
.TagClassName
{
border-color: #4CDB5C;
}
</style>