Shades of Emerald #4BDD68
Tints of Emerald #4BDD68
RGB
CMYK
RGB Variations
Color information
#4BDD68 (or 0x4BDD68) is known color: Emerald. HEX triplet: 4B, DD and 68. RGB value is (75,221,104). Sum of RGB (Red+Green+Blue) = 75+221+104=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD68 is #B42297. Grayscale: #A4A4A4. Windows color (decimal): -11805336 or 6872395. OLE color: 6872395.
HSL color Cylindrical-coordinate representation of color #4BDD68: hue angle of 131.92º 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 #4BDD68 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 104 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.13 |
| HSL | 131.92º | 0.68% | 0.58% | - |
| HSV(B) | 131.92º | 0.66% | 0.87% | - |
| XYZ | 31.26 | 54.21 | 21.91 | - |
| YUV | 164.01 | 94.13 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 104 | 0.66 | 0 | 0.53 | 0.13 | 131.92 | 0.68 | 0.58 |
| Hex | 4B | DD | 68 | 42 | 0 | 35 | D | 84 | 44 | 3A |
| Octal | 113 | 335 | 150 | 102 | 0 | 65 | 15 | 204 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1101000 | 1000010 | 0 | 110101 | 1101 | 10000100 | 1000100 | 111010 |
Color Harmonies of #4BDD68
Complementary color
Monochromatic Colors of #4BDD68
Black with #4BDD68
Text Example
Text Example
White with #4BDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD68; }
p { color: rgb(75,221,104); }
H1.HeaderClassName
{
color: #4BDD68;
}
.AnyTagClassName
{
color: #4BDD68;
}
</style>
background-color css
<style>
a { background-color: #4BDD68; }
a { background-color: rgb(75,221,104); }
div.DivClassName
{
background-color: #4BDD68;
}
.BgClassName
{
background-color: #4BDD68;
}
</style>
border-color css
<style>
span { border-color: #4BDD68; }
span { border-color: rgb(75,221,104); }
td.TdClassName
{
border-color: #4BDD68;
}
.TagClassName
{
border-color: #4BDD68;
}
</style>