Shades of Emerald #4BC565
Tints of Emerald #4BC565
RGB
CMYK
RGB Variations
Color information
#4BC565 (or 0x4BC565) is known color: Emerald. HEX triplet: 4B, C5 and 65. RGB value is (75,197,101). Sum of RGB (Red+Green+Blue) = 75+197+101=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC565 is #B43A9A. Grayscale: #959595. Windows color (decimal): -11811483 or 6669643. OLE color: 6669643.
HSL color Cylindrical-coordinate representation of color #4BC565: hue angle of 132.79º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC565 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 101 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.23 |
| HSL | 132.79º | 0.51% | 0.53% | - |
| HSV(B) | 132.79º | 0.62% | 0.77% | - |
| XYZ | 25.22 | 42.37 | 19.16 | - |
| YUV | 149.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 101 | 0.62 | 0 | 0.49 | 0.23 | 132.79 | 0.51 | 0.53 |
| Hex | 4B | C5 | 65 | 3E | 0 | 31 | 17 | 85 | 33 | 35 |
| Octal | 113 | 305 | 145 | 76 | 0 | 61 | 27 | 205 | 63 | 65 |
| Binary | 1001011 | 11000101 | 1100101 | 111110 | 0 | 110001 | 10111 | 10000101 | 110011 | 110101 |
Color Harmonies of #4BC565
Complementary color
Monochromatic Colors of #4BC565
Black with #4BC565
Text Example
Text Example
White with #4BC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC565; }
p { color: rgb(75,197,101); }
H1.HeaderClassName
{
color: #4BC565;
}
.AnyTagClassName
{
color: #4BC565;
}
</style>
background-color css
<style>
a { background-color: #4BC565; }
a { background-color: rgb(75,197,101); }
div.DivClassName
{
background-color: #4BC565;
}
.BgClassName
{
background-color: #4BC565;
}
</style>
border-color css
<style>
span { border-color: #4BC565; }
span { border-color: rgb(75,197,101); }
td.TdClassName
{
border-color: #4BC565;
}
.TagClassName
{
border-color: #4BC565;
}
</style>