Shades of Emerald #4BDD65
Tints of Emerald #4BDD65
RGB
CMYK
RGB Variations
Color information
#4BDD65 (or 0x4BDD65) is known color: Emerald. HEX triplet: 4B, DD and 65. RGB value is (75,221,101). Sum of RGB (Red+Green+Blue) = 75+221+101=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD65 is #B4229A. Grayscale: #A4A4A4. Windows color (decimal): -11805339 or 6675787. OLE color: 6675787.
HSL color Cylindrical-coordinate representation of color #4BDD65: hue angle of 130.68º 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 #4BDD65 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 101 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.13 |
| HSL | 130.68º | 0.68% | 0.58% | - |
| HSV(B) | 130.68º | 0.66% | 0.87% | - |
| XYZ | 31.11 | 54.15 | 21.12 | - |
| YUV | 163.67 | 92.63 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 101 | 0.66 | 0 | 0.54 | 0.13 | 130.68 | 0.68 | 0.58 |
| Hex | 4B | DD | 65 | 42 | 0 | 36 | D | 83 | 44 | 3A |
| Octal | 113 | 335 | 145 | 102 | 0 | 66 | 15 | 203 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1100101 | 1000010 | 0 | 110110 | 1101 | 10000011 | 1000100 | 111010 |
Color Harmonies of #4BDD65
Complementary color
Monochromatic Colors of #4BDD65
Black with #4BDD65
Text Example
Text Example
White with #4BDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD65; }
p { color: rgb(75,221,101); }
H1.HeaderClassName
{
color: #4BDD65;
}
.AnyTagClassName
{
color: #4BDD65;
}
</style>
background-color css
<style>
a { background-color: #4BDD65; }
a { background-color: rgb(75,221,101); }
div.DivClassName
{
background-color: #4BDD65;
}
.BgClassName
{
background-color: #4BDD65;
}
</style>
border-color css
<style>
span { border-color: #4BDD65; }
span { border-color: rgb(75,221,101); }
td.TdClassName
{
border-color: #4BDD65;
}
.TagClassName
{
border-color: #4BDD65;
}
</style>