Shades of Emerald #4CCB6B
Tints of Emerald #4CCB6B
RGB
CMYK
RGB Variations
Color information
#4CCB6B (or 0x4CCB6B) is known color: Emerald. HEX triplet: 4C, CB and 6B. RGB value is (76,203,107). Sum of RGB (Red+Green+Blue) = 76+203+107=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCB6B is #B33494. Grayscale: #9A9A9A. Windows color (decimal): -11744405 or 7064396. OLE color: 7064396.
HSL color Cylindrical-coordinate representation of color #4CCB6B: hue angle of 134.65º 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 #4CCB6B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 107 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.20 |
| HSL | 134.65º | 0.55% | 0.55% | - |
| HSV(B) | 134.65º | 0.63% | 0.8% | - |
| XYZ | 26.99 | 45.31 | 21.23 | - |
| YUV | 154.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 107 | 0.63 | 0 | 0.47 | 0.20 | 134.65 | 0.55 | 0.55 |
| Hex | 4C | CB | 6B | 3F | 0 | 2F | 14 | 87 | 37 | 37 |
| Octal | 114 | 313 | 153 | 77 | 0 | 57 | 24 | 207 | 67 | 67 |
| Binary | 1001100 | 11001011 | 1101011 | 111111 | 0 | 101111 | 10100 | 10000111 | 110111 | 110111 |
Color Harmonies of #4CCB6B
Complementary color
Monochromatic Colors of #4CCB6B
Black with #4CCB6B
Text Example
Text Example
White with #4CCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB6B; }
p { color: rgb(76,203,107); }
H1.HeaderClassName
{
color: #4CCB6B;
}
.AnyTagClassName
{
color: #4CCB6B;
}
</style>
background-color css
<style>
a { background-color: #4CCB6B; }
a { background-color: rgb(76,203,107); }
div.DivClassName
{
background-color: #4CCB6B;
}
.BgClassName
{
background-color: #4CCB6B;
}
</style>
border-color css
<style>
span { border-color: #4CCB6B; }
span { border-color: rgb(76,203,107); }
td.TdClassName
{
border-color: #4CCB6B;
}
.TagClassName
{
border-color: #4CCB6B;
}
</style>