Shades of Emerald #4BDD63
Tints of Emerald #4BDD63
RGB
CMYK
RGB Variations
Color information
#4BDD63 (or 0x4BDD63) is known color: Emerald. HEX triplet: 4B, DD and 63. RGB value is (75,221,99). Sum of RGB (Red+Green+Blue) = 75+221+99=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD63 is #B4229C. Grayscale: #A3A3A3. Windows color (decimal): -11805341 or 6544715. OLE color: 6544715.
HSL color Cylindrical-coordinate representation of color #4BDD63: hue angle of 129.86º 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 #4BDD63 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 99 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.13 |
| HSL | 129.86º | 0.68% | 0.58% | - |
| HSV(B) | 129.86º | 0.66% | 0.87% | - |
| XYZ | 31.01 | 54.11 | 20.61 | - |
| YUV | 163.44 | 91.63 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 99 | 0.66 | 0 | 0.55 | 0.13 | 129.86 | 0.68 | 0.58 |
| Hex | 4B | DD | 63 | 42 | 0 | 37 | D | 82 | 44 | 3A |
| Octal | 113 | 335 | 143 | 102 | 0 | 67 | 15 | 202 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1100011 | 1000010 | 0 | 110111 | 1101 | 10000010 | 1000100 | 111010 |
Color Harmonies of #4BDD63
Complementary color
Monochromatic Colors of #4BDD63
Black with #4BDD63
Text Example
Text Example
White with #4BDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD63; }
p { color: rgb(75,221,99); }
H1.HeaderClassName
{
color: #4BDD63;
}
.AnyTagClassName
{
color: #4BDD63;
}
</style>
background-color css
<style>
a { background-color: #4BDD63; }
a { background-color: rgb(75,221,99); }
div.DivClassName
{
background-color: #4BDD63;
}
.BgClassName
{
background-color: #4BDD63;
}
</style>
border-color css
<style>
span { border-color: #4BDD63; }
span { border-color: rgb(75,221,99); }
td.TdClassName
{
border-color: #4BDD63;
}
.TagClassName
{
border-color: #4BDD63;
}
</style>