Shades of Emerald #4BDC61
Tints of Emerald #4BDC61
RGB
CMYK
RGB Variations
Color information
#4BDC61 (or 0x4BDC61) is known color: Emerald. HEX triplet: 4B, DC and 61. RGB value is (75,220,97). Sum of RGB (Red+Green+Blue) = 75+220+97=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC61 is #B4239E. Grayscale: #A2A2A2. Windows color (decimal): -11805599 or 6413387. OLE color: 6413387.
HSL color Cylindrical-coordinate representation of color #4BDC61: hue angle of 129.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC61 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 97 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.14 |
| HSL | 129.1º | 0.67% | 0.58% | - |
| HSV(B) | 129.1º | 0.66% | 0.86% | - |
| XYZ | 30.65 | 53.55 | 20.03 | - |
| YUV | 162.62 | 90.96 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 97 | 0.66 | 0 | 0.56 | 0.14 | 129.1 | 0.67 | 0.58 |
| Hex | 4B | DC | 61 | 42 | 0 | 38 | E | 81 | 43 | 3A |
| Octal | 113 | 334 | 141 | 102 | 0 | 70 | 16 | 201 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1100001 | 1000010 | 0 | 111000 | 1110 | 10000001 | 1000011 | 111010 |
Color Harmonies of #4BDC61
Complementary color
Monochromatic Colors of #4BDC61
Black with #4BDC61
Text Example
Text Example
White with #4BDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC61; }
p { color: rgb(75,220,97); }
H1.HeaderClassName
{
color: #4BDC61;
}
.AnyTagClassName
{
color: #4BDC61;
}
</style>
background-color css
<style>
a { background-color: #4BDC61; }
a { background-color: rgb(75,220,97); }
div.DivClassName
{
background-color: #4BDC61;
}
.BgClassName
{
background-color: #4BDC61;
}
</style>
border-color css
<style>
span { border-color: #4BDC61; }
span { border-color: rgb(75,220,97); }
td.TdClassName
{
border-color: #4BDC61;
}
.TagClassName
{
border-color: #4BDC61;
}
</style>