Shades of Emerald #4BDA6F
Tints of Emerald #4BDA6F
RGB
CMYK
RGB Variations
Color information
#4BDA6F (or 0x4BDA6F) is known color: Emerald. HEX triplet: 4B, DA and 6F. RGB value is (75,218,111). Sum of RGB (Red+Green+Blue) = 75+218+111=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA6F is #B42590. Grayscale: #A3A3A3. Windows color (decimal): -11806097 or 7330379. OLE color: 7330379.
HSL color Cylindrical-coordinate representation of color #4BDA6F: hue angle of 135.1º 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 #4BDA6F is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 111 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.15 |
| HSL | 135.1º | 0.66% | 0.57% | - |
| HSV(B) | 135.1º | 0.66% | 0.85% | - |
| XYZ | 30.84 | 52.79 | 23.6 | - |
| YUV | 163.05 | 98.62 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 111 | 0.66 | 0 | 0.49 | 0.15 | 135.1 | 0.66 | 0.57 |
| Hex | 4B | DA | 6F | 42 | 0 | 31 | F | 87 | 42 | 39 |
| Octal | 113 | 332 | 157 | 102 | 0 | 61 | 17 | 207 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1101111 | 1000010 | 0 | 110001 | 1111 | 10000111 | 1000010 | 111001 |
Color Harmonies of #4BDA6F
Complementary color
Monochromatic Colors of #4BDA6F
Black with #4BDA6F
Text Example
Text Example
White with #4BDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA6F; }
p { color: rgb(75,218,111); }
H1.HeaderClassName
{
color: #4BDA6F;
}
.AnyTagClassName
{
color: #4BDA6F;
}
</style>
background-color css
<style>
a { background-color: #4BDA6F; }
a { background-color: rgb(75,218,111); }
div.DivClassName
{
background-color: #4BDA6F;
}
.BgClassName
{
background-color: #4BDA6F;
}
</style>
border-color css
<style>
span { border-color: #4BDA6F; }
span { border-color: rgb(75,218,111); }
td.TdClassName
{
border-color: #4BDA6F;
}
.TagClassName
{
border-color: #4BDA6F;
}
</style>