Shades of Emerald #4BCD84
Tints of Emerald #4BCD84
RGB
CMYK
RGB Variations
Color information
#4BCD84 (or 0x4BCD84) is known color: Emerald. HEX triplet: 4B, CD and 84. RGB value is (75,205,132). Sum of RGB (Red+Green+Blue) = 75+205+132=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCD84 is #B4327B. Grayscale: #9D9D9D. Windows color (decimal): -11809404 or 8703307. OLE color: 8703307.
HSL color Cylindrical-coordinate representation of color #4BCD84: hue angle of 146.31º degrees, saturation: 0.57, 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 #4BCD84 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 132 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.20 |
| HSL | 146.31º | 0.57% | 0.55% | - |
| HSV(B) | 146.31º | 0.63% | 0.8% | - |
| XYZ | 28.9 | 46.82 | 29.34 | - |
| YUV | 157.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 132 | 0.63 | 0 | 0.36 | 0.20 | 146.31 | 0.57 | 0.55 |
| Hex | 4B | CD | 84 | 3F | 0 | 24 | 14 | 92 | 39 | 37 |
| Octal | 113 | 315 | 204 | 77 | 0 | 44 | 24 | 222 | 71 | 67 |
| Binary | 1001011 | 11001101 | 10000100 | 111111 | 0 | 100100 | 10100 | 10010010 | 111001 | 110111 |
Color Harmonies of #4BCD84
Complementary color
Monochromatic Colors of #4BCD84
Black with #4BCD84
Text Example
Text Example
White with #4BCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD84; }
p { color: rgb(75,205,132); }
H1.HeaderClassName
{
color: #4BCD84;
}
.AnyTagClassName
{
color: #4BCD84;
}
</style>
background-color css
<style>
a { background-color: #4BCD84; }
a { background-color: rgb(75,205,132); }
div.DivClassName
{
background-color: #4BCD84;
}
.BgClassName
{
background-color: #4BCD84;
}
</style>
border-color css
<style>
span { border-color: #4BCD84; }
span { border-color: rgb(75,205,132); }
td.TdClassName
{
border-color: #4BCD84;
}
.TagClassName
{
border-color: #4BCD84;
}
</style>