Shades of Emerald #4CCD8D
Tints of Emerald #4CCD8D
RGB
CMYK
RGB Variations
Color information
#4CCD8D (or 0x4CCD8D) is known color: Emerald. HEX triplet: 4C, CD and 8D. RGB value is (76,205,141). Sum of RGB (Red+Green+Blue) = 76+205+141=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCD8D is #B33272. Grayscale: #9F9F9F. Windows color (decimal): -11743859 or 9293132. OLE color: 9293132.
HSL color Cylindrical-coordinate representation of color #4CCD8D: hue angle of 150.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCD8D is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 141 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.20 |
| HSL | 150.23º | 0.56% | 0.55% | - |
| HSV(B) | 150.23º | 0.63% | 0.8% | - |
| XYZ | 29.62 | 47.12 | 32.73 | - |
| YUV | 159.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 141 | 0.63 | 0 | 0.31 | 0.20 | 150.23 | 0.56 | 0.55 |
| Hex | 4C | CD | 8D | 3F | 0 | 1F | 14 | 96 | 38 | 37 |
| Octal | 114 | 315 | 215 | 77 | 0 | 37 | 24 | 226 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10001101 | 111111 | 0 | 11111 | 10100 | 10010110 | 111000 | 110111 |
Color Harmonies of #4CCD8D
Complementary color
Monochromatic Colors of #4CCD8D
Black with #4CCD8D
Text Example
Text Example
White with #4CCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD8D; }
p { color: rgb(76,205,141); }
H1.HeaderClassName
{
color: #4CCD8D;
}
.AnyTagClassName
{
color: #4CCD8D;
}
</style>
background-color css
<style>
a { background-color: #4CCD8D; }
a { background-color: rgb(76,205,141); }
div.DivClassName
{
background-color: #4CCD8D;
}
.BgClassName
{
background-color: #4CCD8D;
}
</style>
border-color css
<style>
span { border-color: #4CCD8D; }
span { border-color: rgb(76,205,141); }
td.TdClassName
{
border-color: #4CCD8D;
}
.TagClassName
{
border-color: #4CCD8D;
}
</style>