Shades of Emerald #4BD474
Tints of Emerald #4BD474
RGB
CMYK
RGB Variations
Color information
#4BD474 (or 0x4BD474) is known color: Emerald. HEX triplet: 4B, D4 and 74. RGB value is (75,212,116). Sum of RGB (Red+Green+Blue) = 75+212+116=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD474 is #B42B8B. Grayscale: #A0A0A0. Windows color (decimal): -11807628 or 7656523. OLE color: 7656523.
HSL color Cylindrical-coordinate representation of color #4BD474: hue angle of 137.96º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD474 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 212 | 116 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.17 |
| HSL | 137.96º | 0.61% | 0.56% | - |
| HSV(B) | 137.96º | 0.65% | 0.83% | - |
| XYZ | 29.6 | 49.84 | 24.58 | - |
| YUV | 160.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 212 | 116 | 0.65 | 0 | 0.45 | 0.17 | 137.96 | 0.61 | 0.56 |
| Hex | 4B | D4 | 74 | 41 | 0 | 2D | 11 | 8A | 3D | 38 |
| Octal | 113 | 324 | 164 | 101 | 0 | 55 | 21 | 212 | 75 | 70 |
| Binary | 1001011 | 11010100 | 1110100 | 1000001 | 0 | 101101 | 10001 | 10001010 | 111101 | 111000 |
Color Harmonies of #4BD474
Complementary color
Monochromatic Colors of #4BD474
Black with #4BD474
Text Example
Text Example
White with #4BD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD474; }
p { color: rgb(75,212,116); }
H1.HeaderClassName
{
color: #4BD474;
}
.AnyTagClassName
{
color: #4BD474;
}
</style>
background-color css
<style>
a { background-color: #4BD474; }
a { background-color: rgb(75,212,116); }
div.DivClassName
{
background-color: #4BD474;
}
.BgClassName
{
background-color: #4BD474;
}
</style>
border-color css
<style>
span { border-color: #4BD474; }
span { border-color: rgb(75,212,116); }
td.TdClassName
{
border-color: #4BD474;
}
.TagClassName
{
border-color: #4BD474;
}
</style>