Shades of Emerald #4BC68B
Tints of Emerald #4BC68B
RGB
CMYK
RGB Variations
Color information
#4BC68B (or 0x4BC68B) is known color: Emerald. HEX triplet: 4B, C6 and 8B. RGB value is (75,198,139). Sum of RGB (Red+Green+Blue) = 75+198+139=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC68B is #B43974. Grayscale: #9A9A9A. Windows color (decimal): -11811189 or 9160267. OLE color: 9160267.
HSL color Cylindrical-coordinate representation of color #4BC68B: hue angle of 151.22º 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 #4BC68B is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 139 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.22 |
| HSL | 151.22º | 0.52% | 0.54% | - |
| HSV(B) | 151.22º | 0.62% | 0.78% | - |
| XYZ | 27.76 | 43.75 | 31.41 | - |
| YUV | 154.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 139 | 0.62 | 0 | 0.30 | 0.22 | 151.22 | 0.52 | 0.54 |
| Hex | 4B | C6 | 8B | 3E | 0 | 1E | 16 | 97 | 34 | 36 |
| Octal | 113 | 306 | 213 | 76 | 0 | 36 | 26 | 227 | 64 | 66 |
| Binary | 1001011 | 11000110 | 10001011 | 111110 | 0 | 11110 | 10110 | 10010111 | 110100 | 110110 |
Color Harmonies of #4BC68B
Complementary color
Monochromatic Colors of #4BC68B
Black with #4BC68B
Text Example
Text Example
White with #4BC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC68B; }
p { color: rgb(75,198,139); }
H1.HeaderClassName
{
color: #4BC68B;
}
.AnyTagClassName
{
color: #4BC68B;
}
</style>
background-color css
<style>
a { background-color: #4BC68B; }
a { background-color: rgb(75,198,139); }
div.DivClassName
{
background-color: #4BC68B;
}
.BgClassName
{
background-color: #4BC68B;
}
</style>
border-color css
<style>
span { border-color: #4BC68B; }
span { border-color: rgb(75,198,139); }
td.TdClassName
{
border-color: #4BC68B;
}
.TagClassName
{
border-color: #4BC68B;
}
</style>