Shades of Emerald #4BC85C
Tints of Emerald #4BC85C
RGB
CMYK
RGB Variations
Color information
#4BC85C (or 0x4BC85C) is known color: Emerald. HEX triplet: 4B, C8 and 5C. RGB value is (75,200,92). Sum of RGB (Red+Green+Blue) = 75+200+92=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC85C is #B437A3. Grayscale: #969696. Windows color (decimal): -11810724 or 6080587. OLE color: 6080587.
HSL color Cylindrical-coordinate representation of color #4BC85C: hue angle of 128.16º 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 #4BC85C is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 92 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.22 |
| HSL | 128.16º | 0.53% | 0.54% | - |
| HSV(B) | 128.16º | 0.63% | 0.78% | - |
| XYZ | 25.49 | 43.58 | 17.19 | - |
| YUV | 150.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 92 | 0.62 | 0 | 0.54 | 0.22 | 128.16 | 0.53 | 0.54 |
| Hex | 4B | C8 | 5C | 3E | 0 | 36 | 16 | 80 | 35 | 36 |
| Octal | 113 | 310 | 134 | 76 | 0 | 66 | 26 | 200 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1011100 | 111110 | 0 | 110110 | 10110 | 10000000 | 110101 | 110110 |
Color Harmonies of #4BC85C
Complementary color
Monochromatic Colors of #4BC85C
Black with #4BC85C
Text Example
Text Example
White with #4BC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC85C; }
p { color: rgb(75,200,92); }
H1.HeaderClassName
{
color: #4BC85C;
}
.AnyTagClassName
{
color: #4BC85C;
}
</style>
background-color css
<style>
a { background-color: #4BC85C; }
a { background-color: rgb(75,200,92); }
div.DivClassName
{
background-color: #4BC85C;
}
.BgClassName
{
background-color: #4BC85C;
}
</style>
border-color css
<style>
span { border-color: #4BC85C; }
span { border-color: rgb(75,200,92); }
td.TdClassName
{
border-color: #4BC85C;
}
.TagClassName
{
border-color: #4BC85C;
}
</style>