Shades of Emerald #4CDB5B
Tints of Emerald #4CDB5B
RGB
CMYK
RGB Variations
Color information
#4CDB5B (or 0x4CDB5B) is known color: Emerald. HEX triplet: 4C, DB and 5B. RGB value is (76,219,91). Sum of RGB (Red+Green+Blue) = 76+219+91=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDB5B is #B324A4. Grayscale: #A2A2A2. Windows color (decimal): -11740325 or 6019916. OLE color: 6019916.
HSL color Cylindrical-coordinate representation of color #4CDB5B: hue angle of 126.29º 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 #4CDB5B is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 91 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.14 |
| HSL | 126.29º | 0.67% | 0.58% | - |
| HSV(B) | 126.29º | 0.65% | 0.86% | - |
| XYZ | 30.2 | 52.95 | 18.53 | - |
| YUV | 161.65 | 88.12 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 91 | 0.65 | 0 | 0.58 | 0.14 | 126.29 | 0.67 | 0.58 |
| Hex | 4C | DB | 5B | 41 | 0 | 3A | E | 7E | 43 | 3A |
| Octal | 114 | 333 | 133 | 101 | 0 | 72 | 16 | 176 | 103 | 72 |
| Binary | 1001100 | 11011011 | 1011011 | 1000001 | 0 | 111010 | 1110 | 1111110 | 1000011 | 111010 |
Color Harmonies of #4CDB5B
Complementary color
Monochromatic Colors of #4CDB5B
Black with #4CDB5B
Text Example
Text Example
White with #4CDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDB5B; }
p { color: rgb(76,219,91); }
H1.HeaderClassName
{
color: #4CDB5B;
}
.AnyTagClassName
{
color: #4CDB5B;
}
</style>
background-color css
<style>
a { background-color: #4CDB5B; }
a { background-color: rgb(76,219,91); }
div.DivClassName
{
background-color: #4CDB5B;
}
.BgClassName
{
background-color: #4CDB5B;
}
</style>
border-color css
<style>
span { border-color: #4CDB5B; }
span { border-color: rgb(76,219,91); }
td.TdClassName
{
border-color: #4CDB5B;
}
.TagClassName
{
border-color: #4CDB5B;
}
</style>