Shades of Emerald #4CDC62
Tints of Emerald #4CDC62
RGB
CMYK
RGB Variations
Color information
#4CDC62 (or 0x4CDC62) is known color: Emerald. HEX triplet: 4C, DC and 62. RGB value is (76,220,98). Sum of RGB (Red+Green+Blue) = 76+220+98=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC62 is #B3239D. Grayscale: #A3A3A3. Windows color (decimal): -11740062 or 6478924. OLE color: 6478924.
HSL color Cylindrical-coordinate representation of color #4CDC62: hue angle of 129.17º 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 #4CDC62 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 98 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.14 |
| HSL | 129.17º | 0.67% | 0.58% | - |
| HSV(B) | 129.17º | 0.65% | 0.86% | - |
| XYZ | 30.78 | 53.6 | 20.28 | - |
| YUV | 163.04 | 91.29 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 98 | 0.65 | 0 | 0.55 | 0.14 | 129.17 | 0.67 | 0.58 |
| Hex | 4C | DC | 62 | 41 | 0 | 37 | E | 81 | 43 | 3A |
| Octal | 114 | 334 | 142 | 101 | 0 | 67 | 16 | 201 | 103 | 72 |
| Binary | 1001100 | 11011100 | 1100010 | 1000001 | 0 | 110111 | 1110 | 10000001 | 1000011 | 111010 |
Color Harmonies of #4CDC62
Complementary color
Monochromatic Colors of #4CDC62
Black with #4CDC62
Text Example
Text Example
White with #4CDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC62; }
p { color: rgb(76,220,98); }
H1.HeaderClassName
{
color: #4CDC62;
}
.AnyTagClassName
{
color: #4CDC62;
}
</style>
background-color css
<style>
a { background-color: #4CDC62; }
a { background-color: rgb(76,220,98); }
div.DivClassName
{
background-color: #4CDC62;
}
.BgClassName
{
background-color: #4CDC62;
}
</style>
border-color css
<style>
span { border-color: #4CDC62; }
span { border-color: rgb(76,220,98); }
td.TdClassName
{
border-color: #4CDC62;
}
.TagClassName
{
border-color: #4CDC62;
}
</style>