Shades of Emerald #4BC769
Tints of Emerald #4BC769
RGB
CMYK
RGB Variations
Color information
#4BC769 (or 0x4BC769) is known color: Emerald. HEX triplet: 4B, C7 and 69. RGB value is (75,199,105). Sum of RGB (Red+Green+Blue) = 75+199+105=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC769 is #B43896. Grayscale: #979797. Windows color (decimal): -11810967 or 6932299. OLE color: 6932299.
HSL color Cylindrical-coordinate representation of color #4BC769: hue angle of 134.52º 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 #4BC769 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 199 | 105 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.22 |
| HSL | 134.52º | 0.53% | 0.54% | - |
| HSV(B) | 134.52º | 0.62% | 0.78% | - |
| XYZ | 25.87 | 43.36 | 20.37 | - |
| YUV | 151.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 105 | 0.62 | 0 | 0.47 | 0.22 | 134.52 | 0.53 | 0.54 |
| Hex | 4B | C7 | 69 | 3E | 0 | 2F | 16 | 87 | 35 | 36 |
| Octal | 113 | 307 | 151 | 76 | 0 | 57 | 26 | 207 | 65 | 66 |
| Binary | 1001011 | 11000111 | 1101001 | 111110 | 0 | 101111 | 10110 | 10000111 | 110101 | 110110 |
Color Harmonies of #4BC769
Complementary color
Monochromatic Colors of #4BC769
Black with #4BC769
Text Example
Text Example
White with #4BC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC769; }
p { color: rgb(75,199,105); }
H1.HeaderClassName
{
color: #4BC769;
}
.AnyTagClassName
{
color: #4BC769;
}
</style>
background-color css
<style>
a { background-color: #4BC769; }
a { background-color: rgb(75,199,105); }
div.DivClassName
{
background-color: #4BC769;
}
.BgClassName
{
background-color: #4BC769;
}
</style>
border-color css
<style>
span { border-color: #4BC769; }
span { border-color: rgb(75,199,105); }
td.TdClassName
{
border-color: #4BC769;
}
.TagClassName
{
border-color: #4BC769;
}
</style>