Shades of Emerald #4BBC63
Tints of Emerald #4BBC63
RGB
CMYK
RGB Variations
Color information
#4BBC63 (or 0x4BBC63) is known color: Emerald. HEX triplet: 4B, BC and 63. RGB value is (75,188,99). Sum of RGB (Red+Green+Blue) = 75+188+99=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC63 is #B4439C. Grayscale: #909090. Windows color (decimal): -11813789 or 6536267. OLE color: 6536267.
HSL color Cylindrical-coordinate representation of color #4BBC63: hue angle of 132.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC63 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 99 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.26 |
| HSL | 132.74º | 0.46% | 0.52% | - |
| HSV(B) | 132.74º | 0.6% | 0.74% | - |
| XYZ | 23.14 | 38.36 | 17.99 | - |
| YUV | 144.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 99 | 0.60 | 0 | 0.47 | 0.26 | 132.74 | 0.46 | 0.52 |
| Hex | 4B | BC | 63 | 3C | 0 | 2F | 1A | 85 | 2E | 34 |
| Octal | 113 | 274 | 143 | 74 | 0 | 57 | 32 | 205 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1100011 | 111100 | 0 | 101111 | 11010 | 10000101 | 101110 | 110100 |
Color Harmonies of #4BBC63
Complementary color
Monochromatic Colors of #4BBC63
Black with #4BBC63
Text Example
Text Example
White with #4BBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC63; }
p { color: rgb(75,188,99); }
H1.HeaderClassName
{
color: #4BBC63;
}
.AnyTagClassName
{
color: #4BBC63;
}
</style>
background-color css
<style>
a { background-color: #4BBC63; }
a { background-color: rgb(75,188,99); }
div.DivClassName
{
background-color: #4BBC63;
}
.BgClassName
{
background-color: #4BBC63;
}
</style>
border-color css
<style>
span { border-color: #4BBC63; }
span { border-color: rgb(75,188,99); }
td.TdClassName
{
border-color: #4BBC63;
}
.TagClassName
{
border-color: #4BBC63;
}
</style>