Shades of Emerald #4BDA57
Tints of Emerald #4BDA57
RGB
CMYK
RGB Variations
Color information
#4BDA57 (or 0x4BDA57) is known color: Emerald. HEX triplet: 4B, DA and 57. RGB value is (75,218,87). Sum of RGB (Red+Green+Blue) = 75+218+87=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA57 is #B425A8. Grayscale: #A0A0A0. Windows color (decimal): -11806121 or 5757515. OLE color: 5757515.
HSL color Cylindrical-coordinate representation of color #4BDA57: hue angle of 125.03º 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 #4BDA57 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 87 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.15 |
| HSL | 125.04º | 0.66% | 0.57% | - |
| HSV(B) | 125.04º | 0.66% | 0.85% | - |
| XYZ | 29.69 | 52.33 | 17.55 | - |
| YUV | 160.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 87 | 0.66 | 0 | 0.60 | 0.15 | 125.04 | 0.66 | 0.57 |
| Hex | 4B | DA | 57 | 42 | 0 | 3C | F | 7D | 42 | 39 |
| Octal | 113 | 332 | 127 | 102 | 0 | 74 | 17 | 175 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1010111 | 1000010 | 0 | 111100 | 1111 | 1111101 | 1000010 | 111001 |
Color Harmonies of #4BDA57
Complementary color
Monochromatic Colors of #4BDA57
Black with #4BDA57
Text Example
Text Example
White with #4BDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA57; }
p { color: rgb(75,218,87); }
H1.HeaderClassName
{
color: #4BDA57;
}
.AnyTagClassName
{
color: #4BDA57;
}
</style>
background-color css
<style>
a { background-color: #4BDA57; }
a { background-color: rgb(75,218,87); }
div.DivClassName
{
background-color: #4BDA57;
}
.BgClassName
{
background-color: #4BDA57;
}
</style>
border-color css
<style>
span { border-color: #4BDA57; }
span { border-color: rgb(75,218,87); }
td.TdClassName
{
border-color: #4BDA57;
}
.TagClassName
{
border-color: #4BDA57;
}
</style>