Shades of Emerald #4BCC6E
Tints of Emerald #4BCC6E
RGB
CMYK
RGB Variations
Color information
#4BCC6E (or 0x4BCC6E) is known color: Emerald. HEX triplet: 4B, CC and 6E. RGB value is (75,204,110). Sum of RGB (Red+Green+Blue) = 75+204+110=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCC6E is #B43391. Grayscale: #9A9A9A. Windows color (decimal): -11809682 or 7261259. OLE color: 7261259.
HSL color Cylindrical-coordinate representation of color #4BCC6E: hue angle of 136.28º 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 #4BCC6E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 110 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.2 |
| HSL | 136.28º | 0.56% | 0.55% | - |
| HSV(B) | 136.28º | 0.63% | 0.8% | - |
| XYZ | 27.31 | 45.81 | 22.15 | - |
| YUV | 154.71 | 102.76 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 110 | 0.63 | 0 | 0.46 | 0.2 | 136.28 | 0.56 | 0.55 |
| Hex | 4B | CC | 6E | 3F | 0 | 2E | 14 | 88 | 38 | 37 |
| Octal | 113 | 314 | 156 | 77 | 0 | 56 | 24 | 210 | 70 | 67 |
| Binary | 1001011 | 11001100 | 1101110 | 111111 | 0 | 101110 | 10100 | 10001000 | 111000 | 110111 |
Color Harmonies of #4BCC6E
Complementary color
Monochromatic Colors of #4BCC6E
Black with #4BCC6E
Text Example
Text Example
White with #4BCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCC6E; }
p { color: rgb(75,204,110); }
H1.HeaderClassName
{
color: #4BCC6E;
}
.AnyTagClassName
{
color: #4BCC6E;
}
</style>
background-color css
<style>
a { background-color: #4BCC6E; }
a { background-color: rgb(75,204,110); }
div.DivClassName
{
background-color: #4BCC6E;
}
.BgClassName
{
background-color: #4BCC6E;
}
</style>
border-color css
<style>
span { border-color: #4BCC6E; }
span { border-color: rgb(75,204,110); }
td.TdClassName
{
border-color: #4BCC6E;
}
.TagClassName
{
border-color: #4BCC6E;
}
</style>