Shades of Emerald #4BBC68
Tints of Emerald #4BBC68
RGB
CMYK
RGB Variations
Color information
#4BBC68 (or 0x4BBC68) is known color: Emerald. HEX triplet: 4B, BC and 68. RGB value is (75,188,104). Sum of RGB (Red+Green+Blue) = 75+188+104=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC68 is #B44397. Grayscale: #909090. Windows color (decimal): -11813784 or 6863947. OLE color: 6863947.
HSL color Cylindrical-coordinate representation of color #4BBC68: hue angle of 135.4º 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 #4BBC68 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 104 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.26 |
| HSL | 135.4º | 0.46% | 0.52% | - |
| HSV(B) | 135.4º | 0.6% | 0.74% | - |
| XYZ | 23.38 | 38.46 | 19.29 | - |
| YUV | 144.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 104 | 0.60 | 0 | 0.45 | 0.26 | 135.4 | 0.46 | 0.52 |
| Hex | 4B | BC | 68 | 3C | 0 | 2D | 1A | 87 | 2E | 34 |
| Octal | 113 | 274 | 150 | 74 | 0 | 55 | 32 | 207 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1101000 | 111100 | 0 | 101101 | 11010 | 10000111 | 101110 | 110100 |
Color Harmonies of #4BBC68
Complementary color
Monochromatic Colors of #4BBC68
Black with #4BBC68
Text Example
Text Example
White with #4BBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC68; }
p { color: rgb(75,188,104); }
H1.HeaderClassName
{
color: #4BBC68;
}
.AnyTagClassName
{
color: #4BBC68;
}
</style>
background-color css
<style>
a { background-color: #4BBC68; }
a { background-color: rgb(75,188,104); }
div.DivClassName
{
background-color: #4BBC68;
}
.BgClassName
{
background-color: #4BBC68;
}
</style>
border-color css
<style>
span { border-color: #4BBC68; }
span { border-color: rgb(75,188,104); }
td.TdClassName
{
border-color: #4BBC68;
}
.TagClassName
{
border-color: #4BBC68;
}
</style>