Shades of Emerald #4BDC69
Tints of Emerald #4BDC69
RGB
CMYK
RGB Variations
Color information
#4BDC69 (or 0x4BDC69) is known color: Emerald. HEX triplet: 4B, DC and 69. RGB value is (75,220,105). Sum of RGB (Red+Green+Blue) = 75+220+105=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC69 is #B42396. Grayscale: #A3A3A3. Windows color (decimal): -11805591 or 6937675. OLE color: 6937675.
HSL color Cylindrical-coordinate representation of color #4BDC69: hue angle of 132.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC69 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 105 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.14 |
| HSL | 132.41º | 0.67% | 0.58% | - |
| HSV(B) | 132.41º | 0.66% | 0.86% | - |
| XYZ | 31.04 | 53.7 | 22.09 | - |
| YUV | 163.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 105 | 0.66 | 0 | 0.52 | 0.14 | 132.41 | 0.67 | 0.58 |
| Hex | 4B | DC | 69 | 42 | 0 | 34 | E | 84 | 43 | 3A |
| Octal | 113 | 334 | 151 | 102 | 0 | 64 | 16 | 204 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1101001 | 1000010 | 0 | 110100 | 1110 | 10000100 | 1000011 | 111010 |
Color Harmonies of #4BDC69
Complementary color
Monochromatic Colors of #4BDC69
Black with #4BDC69
Text Example
Text Example
White with #4BDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC69; }
p { color: rgb(75,220,105); }
H1.HeaderClassName
{
color: #4BDC69;
}
.AnyTagClassName
{
color: #4BDC69;
}
</style>
background-color css
<style>
a { background-color: #4BDC69; }
a { background-color: rgb(75,220,105); }
div.DivClassName
{
background-color: #4BDC69;
}
.BgClassName
{
background-color: #4BDC69;
}
</style>
border-color css
<style>
span { border-color: #4BDC69; }
span { border-color: rgb(75,220,105); }
td.TdClassName
{
border-color: #4BDC69;
}
.TagClassName
{
border-color: #4BDC69;
}
</style>