Shades of Emerald #4BD458
Tints of Emerald #4BD458
RGB
CMYK
RGB Variations
Color information
#4BD458 (or 0x4BD458) is known color: Emerald. HEX triplet: 4B, D4 and 58. RGB value is (75,212,88). Sum of RGB (Red+Green+Blue) = 75+212+88=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD458 is #B42BA7. Grayscale: #9D9D9D. Windows color (decimal): -11807656 or 5821515. OLE color: 5821515.
HSL color Cylindrical-coordinate representation of color #4BD458: hue angle of 125.69º 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 #4BD458 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 212 | 88 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.17 |
| HSL | 125.69º | 0.61% | 0.56% | - |
| HSV(B) | 125.69º | 0.65% | 0.83% | - |
| XYZ | 28.21 | 49.29 | 17.26 | - |
| YUV | 156.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 212 | 88 | 0.65 | 0 | 0.58 | 0.17 | 125.69 | 0.61 | 0.56 |
| Hex | 4B | D4 | 58 | 41 | 0 | 3A | 11 | 7E | 3D | 38 |
| Octal | 113 | 324 | 130 | 101 | 0 | 72 | 21 | 176 | 75 | 70 |
| Binary | 1001011 | 11010100 | 1011000 | 1000001 | 0 | 111010 | 10001 | 1111110 | 111101 | 111000 |
Color Harmonies of #4BD458
Complementary color
Monochromatic Colors of #4BD458
Black with #4BD458
Text Example
Text Example
White with #4BD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD458; }
p { color: rgb(75,212,88); }
H1.HeaderClassName
{
color: #4BD458;
}
.AnyTagClassName
{
color: #4BD458;
}
</style>
background-color css
<style>
a { background-color: #4BD458; }
a { background-color: rgb(75,212,88); }
div.DivClassName
{
background-color: #4BD458;
}
.BgClassName
{
background-color: #4BD458;
}
</style>
border-color css
<style>
span { border-color: #4BD458; }
span { border-color: rgb(75,212,88); }
td.TdClassName
{
border-color: #4BD458;
}
.TagClassName
{
border-color: #4BD458;
}
</style>