Shades of Emerald #4CDE85
Tints of Emerald #4CDE85
RGB
CMYK
RGB Variations
Color information
#4CDE85 (or 0x4CDE85) is known color: Emerald. HEX triplet: 4C, DE and 85. RGB value is (76,222,133). Sum of RGB (Red+Green+Blue) = 76+222+133=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDE85 is #B3217A. Grayscale: #A8A8A8. Windows color (decimal): -11739515 or 8773196. OLE color: 8773196.
HSL color Cylindrical-coordinate representation of color #4CDE85: hue angle of 143.42º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDE85 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 133 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.13 |
| HSL | 143.42º | 0.69% | 0.58% | - |
| HSV(B) | 143.42º | 0.66% | 0.87% | - |
| XYZ | 33.34 | 55.47 | 31.14 | - |
| YUV | 168.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 133 | 0.66 | 0 | 0.40 | 0.13 | 143.42 | 0.69 | 0.58 |
| Hex | 4C | DE | 85 | 42 | 0 | 28 | D | 8F | 45 | 3A |
| Octal | 114 | 336 | 205 | 102 | 0 | 50 | 15 | 217 | 105 | 72 |
| Binary | 1001100 | 11011110 | 10000101 | 1000010 | 0 | 101000 | 1101 | 10001111 | 1000101 | 111010 |
Color Harmonies of #4CDE85
Complementary color
Monochromatic Colors of #4CDE85
Black with #4CDE85
Text Example
Text Example
White with #4CDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE85; }
p { color: rgb(76,222,133); }
H1.HeaderClassName
{
color: #4CDE85;
}
.AnyTagClassName
{
color: #4CDE85;
}
</style>
background-color css
<style>
a { background-color: #4CDE85; }
a { background-color: rgb(76,222,133); }
div.DivClassName
{
background-color: #4CDE85;
}
.BgClassName
{
background-color: #4CDE85;
}
</style>
border-color css
<style>
span { border-color: #4CDE85; }
span { border-color: rgb(76,222,133); }
td.TdClassName
{
border-color: #4CDE85;
}
.TagClassName
{
border-color: #4CDE85;
}
</style>