Shades of Emerald #4BD869
Tints of Emerald #4BD869
RGB
CMYK
RGB Variations
Color information
#4BD869 (or 0x4BD869) is known color: Emerald. HEX triplet: 4B, D8 and 69. RGB value is (75,216,105). Sum of RGB (Red+Green+Blue) = 75+216+105=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD869 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD869 is #B42796. Grayscale: #A1A1A1. Windows color (decimal): -11806615 or 6936651. OLE color: 6936651.
HSL color Cylindrical-coordinate representation of color #4BD869: hue angle of 132.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD869 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 105 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.15 |
| HSL | 132.77º | 0.64% | 0.57% | - |
| HSV(B) | 132.77º | 0.65% | 0.85% | - |
| XYZ | 30.01 | 51.63 | 21.75 | - |
| YUV | 161.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 105 | 0.65 | 0 | 0.51 | 0.15 | 132.77 | 0.64 | 0.57 |
| Hex | 4B | D8 | 69 | 41 | 0 | 33 | F | 85 | 40 | 39 |
| Octal | 113 | 330 | 151 | 101 | 0 | 63 | 17 | 205 | 100 | 71 |
| Binary | 1001011 | 11011000 | 1101001 | 1000001 | 0 | 110011 | 1111 | 10000101 | 1000000 | 111001 |
Color Harmonies of #4BD869
Complementary color
Monochromatic Colors of #4BD869
Black with #4BD869
Text Example
Text Example
White with #4BD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD869; }
p { color: rgb(75,216,105); }
H1.HeaderClassName
{
color: #4BD869;
}
.AnyTagClassName
{
color: #4BD869;
}
</style>
background-color css
<style>
a { background-color: #4BD869; }
a { background-color: rgb(75,216,105); }
div.DivClassName
{
background-color: #4BD869;
}
.BgClassName
{
background-color: #4BD869;
}
</style>
border-color css
<style>
span { border-color: #4BD869; }
span { border-color: rgb(75,216,105); }
td.TdClassName
{
border-color: #4BD869;
}
.TagClassName
{
border-color: #4BD869;
}
</style>