Shades of Emerald #4BDA6B
Tints of Emerald #4BDA6B
RGB
CMYK
RGB Variations
Color information
#4BDA6B (or 0x4BDA6B) is known color: Emerald. HEX triplet: 4B, DA and 6B. RGB value is (75,218,107). Sum of RGB (Red+Green+Blue) = 75+218+107=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA6B is #B42594. Grayscale: #A2A2A2. Windows color (decimal): -11806101 or 7068235. OLE color: 7068235.
HSL color Cylindrical-coordinate representation of color #4BDA6B: hue angle of 133.43º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA6B is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 107 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.15 |
| HSL | 133.43º | 0.66% | 0.57% | - |
| HSV(B) | 133.43º | 0.66% | 0.85% | - |
| XYZ | 30.63 | 52.7 | 22.47 | - |
| YUV | 162.59 | 96.62 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 107 | 0.66 | 0 | 0.51 | 0.15 | 133.43 | 0.66 | 0.57 |
| Hex | 4B | DA | 6B | 42 | 0 | 33 | F | 85 | 42 | 39 |
| Octal | 113 | 332 | 153 | 102 | 0 | 63 | 17 | 205 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1101011 | 1000010 | 0 | 110011 | 1111 | 10000101 | 1000010 | 111001 |
Color Harmonies of #4BDA6B
Complementary color
Monochromatic Colors of #4BDA6B
Black with #4BDA6B
Text Example
Text Example
White with #4BDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA6B; }
p { color: rgb(75,218,107); }
H1.HeaderClassName
{
color: #4BDA6B;
}
.AnyTagClassName
{
color: #4BDA6B;
}
</style>
background-color css
<style>
a { background-color: #4BDA6B; }
a { background-color: rgb(75,218,107); }
div.DivClassName
{
background-color: #4BDA6B;
}
.BgClassName
{
background-color: #4BDA6B;
}
</style>
border-color css
<style>
span { border-color: #4BDA6B; }
span { border-color: rgb(75,218,107); }
td.TdClassName
{
border-color: #4BDA6B;
}
.TagClassName
{
border-color: #4BDA6B;
}
</style>