Shades of Emerald #4BC668
Tints of Emerald #4BC668
RGB
CMYK
RGB Variations
Color information
#4BC668 (or 0x4BC668) is known color: Emerald. HEX triplet: 4B, C6 and 68. RGB value is (75,198,104). Sum of RGB (Red+Green+Blue) = 75+198+104=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC668 is #B43997. Grayscale: #969696. Windows color (decimal): -11811224 or 6866507. OLE color: 6866507.
HSL color Cylindrical-coordinate representation of color #4BC668: hue angle of 134.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC668 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 104 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.22 |
| HSL | 134.15º | 0.52% | 0.54% | - |
| HSV(B) | 134.15º | 0.62% | 0.78% | - |
| XYZ | 25.59 | 42.88 | 20.03 | - |
| YUV | 150.51 | 101.75 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 104 | 0.62 | 0 | 0.47 | 0.22 | 134.15 | 0.52 | 0.54 |
| Hex | 4B | C6 | 68 | 3E | 0 | 2F | 16 | 86 | 34 | 36 |
| Octal | 113 | 306 | 150 | 76 | 0 | 57 | 26 | 206 | 64 | 66 |
| Binary | 1001011 | 11000110 | 1101000 | 111110 | 0 | 101111 | 10110 | 10000110 | 110100 | 110110 |
Color Harmonies of #4BC668
Complementary color
Monochromatic Colors of #4BC668
Black with #4BC668
Text Example
Text Example
White with #4BC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC668; }
p { color: rgb(75,198,104); }
H1.HeaderClassName
{
color: #4BC668;
}
.AnyTagClassName
{
color: #4BC668;
}
</style>
background-color css
<style>
a { background-color: #4BC668; }
a { background-color: rgb(75,198,104); }
div.DivClassName
{
background-color: #4BC668;
}
.BgClassName
{
background-color: #4BC668;
}
</style>
border-color css
<style>
span { border-color: #4BC668; }
span { border-color: rgb(75,198,104); }
td.TdClassName
{
border-color: #4BC668;
}
.TagClassName
{
border-color: #4BC668;
}
</style>