Shades of Emerald #4CCD8F
Tints of Emerald #4CCD8F
RGB
CMYK
RGB Variations
Color information
#4CCD8F (or 0x4CCD8F) is known color: Emerald. HEX triplet: 4C, CD and 8F. RGB value is (76,205,143). Sum of RGB (Red+Green+Blue) = 76+205+143=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCD8F is #B33270. Grayscale: #9F9F9F. Windows color (decimal): -11743857 or 9424204. OLE color: 9424204.
HSL color Cylindrical-coordinate representation of color #4CCD8F: hue angle of 151.16º 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 #4CCD8F is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 143 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.20 |
| HSL | 151.16º | 0.56% | 0.55% | - |
| HSV(B) | 151.16º | 0.63% | 0.8% | - |
| XYZ | 29.77 | 47.18 | 33.52 | - |
| YUV | 159.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 143 | 0.63 | 0 | 0.30 | 0.20 | 151.16 | 0.56 | 0.55 |
| Hex | 4C | CD | 8F | 3F | 0 | 1E | 14 | 97 | 38 | 37 |
| Octal | 114 | 315 | 217 | 77 | 0 | 36 | 24 | 227 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10001111 | 111111 | 0 | 11110 | 10100 | 10010111 | 111000 | 110111 |
Color Harmonies of #4CCD8F
Complementary color
Monochromatic Colors of #4CCD8F
Black with #4CCD8F
Text Example
Text Example
White with #4CCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD8F; }
p { color: rgb(76,205,143); }
H1.HeaderClassName
{
color: #4CCD8F;
}
.AnyTagClassName
{
color: #4CCD8F;
}
</style>
background-color css
<style>
a { background-color: #4CCD8F; }
a { background-color: rgb(76,205,143); }
div.DivClassName
{
background-color: #4CCD8F;
}
.BgClassName
{
background-color: #4CCD8F;
}
</style>
border-color css
<style>
span { border-color: #4CCD8F; }
span { border-color: rgb(76,205,143); }
td.TdClassName
{
border-color: #4CCD8F;
}
.TagClassName
{
border-color: #4CCD8F;
}
</style>