Shades of Emerald #4BC45E
Tints of Emerald #4BC45E
RGB
CMYK
RGB Variations
Color information
#4BC45E (or 0x4BC45E) is known color: Emerald. HEX triplet: 4B, C4 and 5E. RGB value is (75,196,94). Sum of RGB (Red+Green+Blue) = 75+196+94=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC45E is #B43BA1. Grayscale: #949494. Windows color (decimal): -11811746 or 6210635. OLE color: 6210635.
HSL color Cylindrical-coordinate representation of color #4BC45E: hue angle of 129.42º 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 #4BC45E is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 196 | 94 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.23 |
| HSL | 129.42º | 0.51% | 0.53% | - |
| HSV(B) | 129.42º | 0.62% | 0.77% | - |
| XYZ | 24.66 | 41.78 | 17.35 | - |
| YUV | 148.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 196 | 94 | 0.62 | 0 | 0.52 | 0.23 | 129.42 | 0.51 | 0.53 |
| Hex | 4B | C4 | 5E | 3E | 0 | 34 | 17 | 81 | 33 | 35 |
| Octal | 113 | 304 | 136 | 76 | 0 | 64 | 27 | 201 | 63 | 65 |
| Binary | 1001011 | 11000100 | 1011110 | 111110 | 0 | 110100 | 10111 | 10000001 | 110011 | 110101 |
Color Harmonies of #4BC45E
Complementary color
Monochromatic Colors of #4BC45E
Black with #4BC45E
Text Example
Text Example
White with #4BC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC45E; }
p { color: rgb(75,196,94); }
H1.HeaderClassName
{
color: #4BC45E;
}
.AnyTagClassName
{
color: #4BC45E;
}
</style>
background-color css
<style>
a { background-color: #4BC45E; }
a { background-color: rgb(75,196,94); }
div.DivClassName
{
background-color: #4BC45E;
}
.BgClassName
{
background-color: #4BC45E;
}
</style>
border-color css
<style>
span { border-color: #4BC45E; }
span { border-color: rgb(75,196,94); }
td.TdClassName
{
border-color: #4BC45E;
}
.TagClassName
{
border-color: #4BC45E;
}
</style>