Shades of Emerald #4BD261
Tints of Emerald #4BD261
RGB
CMYK
RGB Variations
Color information
#4BD261 (or 0x4BD261) is known color: Emerald. HEX triplet: 4B, D2 and 61. RGB value is (75,210,97). Sum of RGB (Red+Green+Blue) = 75+210+97=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD261 is #B42D9E. Grayscale: #9D9D9D. Windows color (decimal): -11808159 or 6410827. OLE color: 6410827.
HSL color Cylindrical-coordinate representation of color #4BD261: hue angle of 129.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD261 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 97 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.18 |
| HSL | 129.78º | 0.6% | 0.56% | - |
| HSV(B) | 129.78º | 0.64% | 0.82% | - |
| XYZ | 28.11 | 48.45 | 19.18 | - |
| YUV | 156.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 97 | 0.64 | 0 | 0.54 | 0.18 | 129.78 | 0.6 | 0.56 |
| Hex | 4B | D2 | 61 | 40 | 0 | 36 | 12 | 82 | 3C | 38 |
| Octal | 113 | 322 | 141 | 100 | 0 | 66 | 22 | 202 | 74 | 70 |
| Binary | 1001011 | 11010010 | 1100001 | 1000000 | 0 | 110110 | 10010 | 10000010 | 111100 | 111000 |
Color Harmonies of #4BD261
Complementary color
Monochromatic Colors of #4BD261
Black with #4BD261
Text Example
Text Example
White with #4BD261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD261; }
p { color: rgb(75,210,97); }
H1.HeaderClassName
{
color: #4BD261;
}
.AnyTagClassName
{
color: #4BD261;
}
</style>
background-color css
<style>
a { background-color: #4BD261; }
a { background-color: rgb(75,210,97); }
div.DivClassName
{
background-color: #4BD261;
}
.BgClassName
{
background-color: #4BD261;
}
</style>
border-color css
<style>
span { border-color: #4BD261; }
span { border-color: rgb(75,210,97); }
td.TdClassName
{
border-color: #4BD261;
}
.TagClassName
{
border-color: #4BD261;
}
</style>