Shades of Emerald #4BC284
Tints of Emerald #4BC284
RGB
CMYK
RGB Variations
Color information
#4BC284 (or 0x4BC284) is known color: Emerald. HEX triplet: 4B, C2 and 84. RGB value is (75,194,132). Sum of RGB (Red+Green+Blue) = 75+194+132=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC284 is #B43D7B. Grayscale: #979797. Windows color (decimal): -11812220 or 8700491. OLE color: 8700491.
HSL color Cylindrical-coordinate representation of color #4BC284: hue angle of 148.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC284 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 132 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.24 |
| HSL | 148.74º | 0.49% | 0.53% | - |
| HSV(B) | 148.74º | 0.61% | 0.76% | - |
| XYZ | 26.36 | 41.75 | 28.5 | - |
| YUV | 151.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 132 | 0.61 | 0 | 0.32 | 0.24 | 148.74 | 0.49 | 0.53 |
| Hex | 4B | C2 | 84 | 3D | 0 | 20 | 18 | 95 | 31 | 35 |
| Octal | 113 | 302 | 204 | 75 | 0 | 40 | 30 | 225 | 61 | 65 |
| Binary | 1001011 | 11000010 | 10000100 | 111101 | 0 | 100000 | 11000 | 10010101 | 110001 | 110101 |
Color Harmonies of #4BC284
Complementary color
Monochromatic Colors of #4BC284
Black with #4BC284
Text Example
Text Example
White with #4BC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC284; }
p { color: rgb(75,194,132); }
H1.HeaderClassName
{
color: #4BC284;
}
.AnyTagClassName
{
color: #4BC284;
}
</style>
background-color css
<style>
a { background-color: #4BC284; }
a { background-color: rgb(75,194,132); }
div.DivClassName
{
background-color: #4BC284;
}
.BgClassName
{
background-color: #4BC284;
}
</style>
border-color css
<style>
span { border-color: #4BC284; }
span { border-color: rgb(75,194,132); }
td.TdClassName
{
border-color: #4BC284;
}
.TagClassName
{
border-color: #4BC284;
}
</style>