Shades of Emerald #4CCD5A
Tints of Emerald #4CCD5A
RGB
CMYK
RGB Variations
Color information
#4CCD5A (or 0x4CCD5A) is known color: Emerald. HEX triplet: 4C, CD and 5A. RGB value is (76,205,90). Sum of RGB (Red+Green+Blue) = 76+205+90=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCD5A is #B332A5. Grayscale: #999999. Windows color (decimal): -11743910 or 5950796. OLE color: 5950796.
HSL color Cylindrical-coordinate representation of color #4CCD5A: hue angle of 126.51º 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 #4CCD5A is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 90 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.20 |
| HSL | 126.51º | 0.56% | 0.55% | - |
| HSV(B) | 126.51º | 0.63% | 0.8% | - |
| XYZ | 26.66 | 45.94 | 17.13 | - |
| YUV | 153.32 | 92.26 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 90 | 0.63 | 0 | 0.56 | 0.20 | 126.51 | 0.56 | 0.55 |
| Hex | 4C | CD | 5A | 3F | 0 | 38 | 14 | 7F | 38 | 37 |
| Octal | 114 | 315 | 132 | 77 | 0 | 70 | 24 | 177 | 70 | 67 |
| Binary | 1001100 | 11001101 | 1011010 | 111111 | 0 | 111000 | 10100 | 1111111 | 111000 | 110111 |
Color Harmonies of #4CCD5A
Complementary color
Monochromatic Colors of #4CCD5A
Black with #4CCD5A
Text Example
Text Example
White with #4CCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD5A; }
p { color: rgb(76,205,90); }
H1.HeaderClassName
{
color: #4CCD5A;
}
.AnyTagClassName
{
color: #4CCD5A;
}
</style>
background-color css
<style>
a { background-color: #4CCD5A; }
a { background-color: rgb(76,205,90); }
div.DivClassName
{
background-color: #4CCD5A;
}
.BgClassName
{
background-color: #4CCD5A;
}
</style>
border-color css
<style>
span { border-color: #4CCD5A; }
span { border-color: rgb(76,205,90); }
td.TdClassName
{
border-color: #4CCD5A;
}
.TagClassName
{
border-color: #4CCD5A;
}
</style>