Shades of Emerald #4BBE62
Tints of Emerald #4BBE62
RGB
CMYK
RGB Variations
Color information
#4BBE62 (or 0x4BBE62) is known color: Emerald. HEX triplet: 4B, BE and 62. RGB value is (75,190,98). Sum of RGB (Red+Green+Blue) = 75+190+98=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE62 is #B4419D. Grayscale: #919191. Windows color (decimal): -11813278 or 6471243. OLE color: 6471243.
HSL color Cylindrical-coordinate representation of color #4BBE62: hue angle of 132º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE62 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 98 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.25 |
| HSL | 132º | 0.47% | 0.52% | - |
| HSV(B) | 132º | 0.61% | 0.75% | - |
| XYZ | 23.52 | 39.2 | 17.88 | - |
| YUV | 145.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 98 | 0.61 | 0 | 0.48 | 0.25 | 132 | 0.47 | 0.52 |
| Hex | 4B | BE | 62 | 3D | 0 | 30 | 19 | 84 | 2F | 34 |
| Octal | 113 | 276 | 142 | 75 | 0 | 60 | 31 | 204 | 57 | 64 |
| Binary | 1001011 | 10111110 | 1100010 | 111101 | 0 | 110000 | 11001 | 10000100 | 101111 | 110100 |
Color Harmonies of #4BBE62
Complementary color
Monochromatic Colors of #4BBE62
Black with #4BBE62
Text Example
Text Example
White with #4BBE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBE62; }
p { color: rgb(75,190,98); }
H1.HeaderClassName
{
color: #4BBE62;
}
.AnyTagClassName
{
color: #4BBE62;
}
</style>
background-color css
<style>
a { background-color: #4BBE62; }
a { background-color: rgb(75,190,98); }
div.DivClassName
{
background-color: #4BBE62;
}
.BgClassName
{
background-color: #4BBE62;
}
</style>
border-color css
<style>
span { border-color: #4BBE62; }
span { border-color: rgb(75,190,98); }
td.TdClassName
{
border-color: #4BBE62;
}
.TagClassName
{
border-color: #4BBE62;
}
</style>