Shades of Emerald #4BCB6B
Tints of Emerald #4BCB6B
RGB
CMYK
RGB Variations
Color information
#4BCB6B (or 0x4BCB6B) is known color: Emerald. HEX triplet: 4B, CB and 6B. RGB value is (75,203,107). Sum of RGB (Red+Green+Blue) = 75+203+107=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB6B is #B43494. Grayscale: #9A9A9A. Windows color (decimal): -11809941 or 7064395. OLE color: 7064395.
HSL color Cylindrical-coordinate representation of color #4BCB6B: hue angle of 135º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB6B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 107 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.20 |
| HSL | 135º | 0.55% | 0.55% | - |
| HSV(B) | 135º | 0.63% | 0.8% | - |
| XYZ | 26.91 | 45.27 | 21.23 | - |
| YUV | 153.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 107 | 0.63 | 0 | 0.47 | 0.20 | 135 | 0.55 | 0.55 |
| Hex | 4B | CB | 6B | 3F | 0 | 2F | 14 | 87 | 37 | 37 |
| Octal | 113 | 313 | 153 | 77 | 0 | 57 | 24 | 207 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1101011 | 111111 | 0 | 101111 | 10100 | 10000111 | 110111 | 110111 |
Color Harmonies of #4BCB6B
Complementary color
Monochromatic Colors of #4BCB6B
Black with #4BCB6B
Text Example
Text Example
White with #4BCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB6B; }
p { color: rgb(75,203,107); }
H1.HeaderClassName
{
color: #4BCB6B;
}
.AnyTagClassName
{
color: #4BCB6B;
}
</style>
background-color css
<style>
a { background-color: #4BCB6B; }
a { background-color: rgb(75,203,107); }
div.DivClassName
{
background-color: #4BCB6B;
}
.BgClassName
{
background-color: #4BCB6B;
}
</style>
border-color css
<style>
span { border-color: #4BCB6B; }
span { border-color: rgb(75,203,107); }
td.TdClassName
{
border-color: #4BCB6B;
}
.TagClassName
{
border-color: #4BCB6B;
}
</style>