Shades of Emerald #4BD574
Tints of Emerald #4BD574
RGB
CMYK
RGB Variations
Color information
#4BD574 (or 0x4BD574) is known color: Emerald. HEX triplet: 4B, D5 and 74. RGB value is (75,213,116). Sum of RGB (Red+Green+Blue) = 75+213+116=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD574 is #B42A8B. Grayscale: #A0A0A0. Windows color (decimal): -11807372 or 7656779. OLE color: 7656779.
HSL color Cylindrical-coordinate representation of color #4BD574: hue angle of 137.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD574 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 213 | 116 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.16 |
| HSL | 137.83º | 0.62% | 0.56% | - |
| HSV(B) | 137.83º | 0.65% | 0.84% | - |
| XYZ | 29.85 | 50.35 | 24.67 | - |
| YUV | 160.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 213 | 116 | 0.65 | 0 | 0.46 | 0.16 | 137.83 | 0.62 | 0.56 |
| Hex | 4B | D5 | 74 | 41 | 0 | 2E | 10 | 8A | 3E | 38 |
| Octal | 113 | 325 | 164 | 101 | 0 | 56 | 20 | 212 | 76 | 70 |
| Binary | 1001011 | 11010101 | 1110100 | 1000001 | 0 | 101110 | 10000 | 10001010 | 111110 | 111000 |
Color Harmonies of #4BD574
Complementary color
Monochromatic Colors of #4BD574
Black with #4BD574
Text Example
Text Example
White with #4BD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD574; }
p { color: rgb(75,213,116); }
H1.HeaderClassName
{
color: #4BD574;
}
.AnyTagClassName
{
color: #4BD574;
}
</style>
background-color css
<style>
a { background-color: #4BD574; }
a { background-color: rgb(75,213,116); }
div.DivClassName
{
background-color: #4BD574;
}
.BgClassName
{
background-color: #4BD574;
}
</style>
border-color css
<style>
span { border-color: #4BD574; }
span { border-color: rgb(75,213,116); }
td.TdClassName
{
border-color: #4BD574;
}
.TagClassName
{
border-color: #4BD574;
}
</style>