Shades of Emerald #4BC286
Tints of Emerald #4BC286
RGB
CMYK
RGB Variations
Color information
#4BC286 (or 0x4BC286) is known color: Emerald. HEX triplet: 4B, C2 and 86. RGB value is (75,194,134). Sum of RGB (Red+Green+Blue) = 75+194+134=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC286 is #B43D79. Grayscale: #979797. Windows color (decimal): -11812218 or 8831563. OLE color: 8831563.
HSL color Cylindrical-coordinate representation of color #4BC286: hue angle of 149.75º 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 #4BC286 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 134 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.24 |
| HSL | 149.75º | 0.49% | 0.53% | - |
| HSV(B) | 149.75º | 0.61% | 0.76% | - |
| XYZ | 26.5 | 41.8 | 29.23 | - |
| YUV | 151.58 | 118.08 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 134 | 0.61 | 0 | 0.31 | 0.24 | 149.75 | 0.49 | 0.53 |
| Hex | 4B | C2 | 86 | 3D | 0 | 1F | 18 | 96 | 31 | 35 |
| Octal | 113 | 302 | 206 | 75 | 0 | 37 | 30 | 226 | 61 | 65 |
| Binary | 1001011 | 11000010 | 10000110 | 111101 | 0 | 11111 | 11000 | 10010110 | 110001 | 110101 |
Color Harmonies of #4BC286
Complementary color
Monochromatic Colors of #4BC286
Black with #4BC286
Text Example
Text Example
White with #4BC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC286; }
p { color: rgb(75,194,134); }
H1.HeaderClassName
{
color: #4BC286;
}
.AnyTagClassName
{
color: #4BC286;
}
</style>
background-color css
<style>
a { background-color: #4BC286; }
a { background-color: rgb(75,194,134); }
div.DivClassName
{
background-color: #4BC286;
}
.BgClassName
{
background-color: #4BC286;
}
</style>
border-color css
<style>
span { border-color: #4BC286; }
span { border-color: rgb(75,194,134); }
td.TdClassName
{
border-color: #4BC286;
}
.TagClassName
{
border-color: #4BC286;
}
</style>