Shades of Emerald #4BC18A
Tints of Emerald #4BC18A
RGB
CMYK
RGB Variations
Color information
#4BC18A (or 0x4BC18A) is known color: Emerald. HEX triplet: 4B, C1 and 8A. RGB value is (75,193,138). Sum of RGB (Red+Green+Blue) = 75+193+138=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC18A is #B43E75. Grayscale: #979797. Windows color (decimal): -11812470 or 9093451. OLE color: 9093451.
HSL color Cylindrical-coordinate representation of color #4BC18A: hue angle of 152.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC18A is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 193 | 138 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.24 |
| HSL | 152.03º | 0.49% | 0.53% | - |
| HSV(B) | 152.03º | 0.61% | 0.76% | - |
| XYZ | 26.56 | 41.47 | 30.65 | - |
| YUV | 151.45 | 120.41 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 193 | 138 | 0.61 | 0 | 0.28 | 0.24 | 152.03 | 0.49 | 0.53 |
| Hex | 4B | C1 | 8A | 3D | 0 | 1C | 18 | 98 | 31 | 35 |
| Octal | 113 | 301 | 212 | 75 | 0 | 34 | 30 | 230 | 61 | 65 |
| Binary | 1001011 | 11000001 | 10001010 | 111101 | 0 | 11100 | 11000 | 10011000 | 110001 | 110101 |
Color Harmonies of #4BC18A
Complementary color
Monochromatic Colors of #4BC18A
Black with #4BC18A
Text Example
Text Example
White with #4BC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC18A; }
p { color: rgb(75,193,138); }
H1.HeaderClassName
{
color: #4BC18A;
}
.AnyTagClassName
{
color: #4BC18A;
}
</style>
background-color css
<style>
a { background-color: #4BC18A; }
a { background-color: rgb(75,193,138); }
div.DivClassName
{
background-color: #4BC18A;
}
.BgClassName
{
background-color: #4BC18A;
}
</style>
border-color css
<style>
span { border-color: #4BC18A; }
span { border-color: rgb(75,193,138); }
td.TdClassName
{
border-color: #4BC18A;
}
.TagClassName
{
border-color: #4BC18A;
}
</style>