Shades of Emerald #4BDD67
Tints of Emerald #4BDD67
RGB
CMYK
RGB Variations
Color information
#4BDD67 (or 0x4BDD67) is known color: Emerald. HEX triplet: 4B, DD and 67. RGB value is (75,221,103). Sum of RGB (Red+Green+Blue) = 75+221+103=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD67 is #B42298. Grayscale: #A4A4A4. Windows color (decimal): -11805337 or 6806859. OLE color: 6806859.
HSL color Cylindrical-coordinate representation of color #4BDD67: hue angle of 131.51º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD67 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 103 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.13 |
| HSL | 131.51º | 0.68% | 0.58% | - |
| HSV(B) | 131.51º | 0.66% | 0.87% | - |
| XYZ | 31.21 | 54.19 | 21.65 | - |
| YUV | 163.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 103 | 0.66 | 0 | 0.53 | 0.13 | 131.51 | 0.68 | 0.58 |
| Hex | 4B | DD | 67 | 42 | 0 | 35 | D | 84 | 44 | 3A |
| Octal | 113 | 335 | 147 | 102 | 0 | 65 | 15 | 204 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1100111 | 1000010 | 0 | 110101 | 1101 | 10000100 | 1000100 | 111010 |
Color Harmonies of #4BDD67
Complementary color
Monochromatic Colors of #4BDD67
Black with #4BDD67
Text Example
Text Example
White with #4BDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD67; }
p { color: rgb(75,221,103); }
H1.HeaderClassName
{
color: #4BDD67;
}
.AnyTagClassName
{
color: #4BDD67;
}
</style>
background-color css
<style>
a { background-color: #4BDD67; }
a { background-color: rgb(75,221,103); }
div.DivClassName
{
background-color: #4BDD67;
}
.BgClassName
{
background-color: #4BDD67;
}
</style>
border-color css
<style>
span { border-color: #4BDD67; }
span { border-color: rgb(75,221,103); }
td.TdClassName
{
border-color: #4BDD67;
}
.TagClassName
{
border-color: #4BDD67;
}
</style>