Shades of Emerald #4CC85D
Tints of Emerald #4CC85D
RGB
CMYK
RGB Variations
Color information
#4CC85D (or 0x4CC85D) is known color: Emerald. HEX triplet: 4C, C8 and 5D. RGB value is (76,200,93). Sum of RGB (Red+Green+Blue) = 76+200+93=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC85D is #B337A2. Grayscale: #979797. Windows color (decimal): -11745187 or 6146124. OLE color: 6146124.
HSL color Cylindrical-coordinate representation of color #4CC85D: hue angle of 128.23º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC85D is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 200 | 93 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.22 |
| HSL | 128.23º | 0.53% | 0.54% | - |
| HSV(B) | 128.23º | 0.62% | 0.78% | - |
| XYZ | 25.61 | 43.64 | 17.43 | - |
| YUV | 150.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 93 | 0.62 | 0 | 0.54 | 0.22 | 128.23 | 0.53 | 0.54 |
| Hex | 4C | C8 | 5D | 3E | 0 | 36 | 16 | 80 | 35 | 36 |
| Octal | 114 | 310 | 135 | 76 | 0 | 66 | 26 | 200 | 65 | 66 |
| Binary | 1001100 | 11001000 | 1011101 | 111110 | 0 | 110110 | 10110 | 10000000 | 110101 | 110110 |
Color Harmonies of #4CC85D
Complementary color
Monochromatic Colors of #4CC85D
Black with #4CC85D
Text Example
Text Example
White with #4CC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC85D; }
p { color: rgb(76,200,93); }
H1.HeaderClassName
{
color: #4CC85D;
}
.AnyTagClassName
{
color: #4CC85D;
}
</style>
background-color css
<style>
a { background-color: #4CC85D; }
a { background-color: rgb(76,200,93); }
div.DivClassName
{
background-color: #4CC85D;
}
.BgClassName
{
background-color: #4CC85D;
}
</style>
border-color css
<style>
span { border-color: #4CC85D; }
span { border-color: rgb(76,200,93); }
td.TdClassName
{
border-color: #4CC85D;
}
.TagClassName
{
border-color: #4CC85D;
}
</style>