Shades of Emerald #4BC77D
Tints of Emerald #4BC77D
RGB
CMYK
RGB Variations
Color information
#4BC77D (or 0x4BC77D) is known color: Emerald. HEX triplet: 4B, C7 and 7D. RGB value is (75,199,125). Sum of RGB (Red+Green+Blue) = 75+199+125=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC77D is #B43882. Grayscale: #999999. Windows color (decimal): -11810947 or 8243019. OLE color: 8243019.
HSL color Cylindrical-coordinate representation of color #4BC77D: hue angle of 144.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC77D is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 199 | 125 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.22 |
| HSL | 144.19º | 0.53% | 0.54% | - |
| HSV(B) | 144.19º | 0.62% | 0.78% | - |
| XYZ | 27.03 | 43.82 | 26.44 | - |
| YUV | 153.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 125 | 0.62 | 0 | 0.37 | 0.22 | 144.19 | 0.53 | 0.54 |
| Hex | 4B | C7 | 7D | 3E | 0 | 25 | 16 | 90 | 35 | 36 |
| Octal | 113 | 307 | 175 | 76 | 0 | 45 | 26 | 220 | 65 | 66 |
| Binary | 1001011 | 11000111 | 1111101 | 111110 | 0 | 100101 | 10110 | 10010000 | 110101 | 110110 |
Color Harmonies of #4BC77D
Complementary color
Monochromatic Colors of #4BC77D
Black with #4BC77D
Text Example
Text Example
White with #4BC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC77D; }
p { color: rgb(75,199,125); }
H1.HeaderClassName
{
color: #4BC77D;
}
.AnyTagClassName
{
color: #4BC77D;
}
</style>
background-color css
<style>
a { background-color: #4BC77D; }
a { background-color: rgb(75,199,125); }
div.DivClassName
{
background-color: #4BC77D;
}
.BgClassName
{
background-color: #4BC77D;
}
</style>
border-color css
<style>
span { border-color: #4BC77D; }
span { border-color: rgb(75,199,125); }
td.TdClassName
{
border-color: #4BC77D;
}
.TagClassName
{
border-color: #4BC77D;
}
</style>