Shades of Emerald #4BDD7F
Tints of Emerald #4BDD7F
RGB
CMYK
RGB Variations
Color information
#4BDD7F (or 0x4BDD7F) is known color: Emerald. HEX triplet: 4B, DD and 7F. RGB value is (75,221,127). Sum of RGB (Red+Green+Blue) = 75+221+127=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD7F is #B42280. Grayscale: #A6A6A6. Windows color (decimal): -11805313 or 8379723. OLE color: 8379723.
HSL color Cylindrical-coordinate representation of color #4BDD7F: hue angle of 141.37º 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 #4BDD7F is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 127 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.13 |
| HSL | 141.37º | 0.68% | 0.58% | - |
| HSV(B) | 141.37º | 0.66% | 0.87% | - |
| XYZ | 32.59 | 54.74 | 28.93 | - |
| YUV | 166.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 127 | 0.66 | 0 | 0.43 | 0.13 | 141.37 | 0.68 | 0.58 |
| Hex | 4B | DD | 7F | 42 | 0 | 2B | D | 8D | 44 | 3A |
| Octal | 113 | 335 | 177 | 102 | 0 | 53 | 15 | 215 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1111111 | 1000010 | 0 | 101011 | 1101 | 10001101 | 1000100 | 111010 |
Color Harmonies of #4BDD7F
Complementary color
Monochromatic Colors of #4BDD7F
Black with #4BDD7F
Text Example
Text Example
White with #4BDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD7F; }
p { color: rgb(75,221,127); }
H1.HeaderClassName
{
color: #4BDD7F;
}
.AnyTagClassName
{
color: #4BDD7F;
}
</style>
background-color css
<style>
a { background-color: #4BDD7F; }
a { background-color: rgb(75,221,127); }
div.DivClassName
{
background-color: #4BDD7F;
}
.BgClassName
{
background-color: #4BDD7F;
}
</style>
border-color css
<style>
span { border-color: #4BDD7F; }
span { border-color: rgb(75,221,127); }
td.TdClassName
{
border-color: #4BDD7F;
}
.TagClassName
{
border-color: #4BDD7F;
}
</style>