Shades of Emerald #4BBF6A
Tints of Emerald #4BBF6A
RGB
CMYK
RGB Variations
Color information
#4BBF6A (or 0x4BBF6A) is known color: Emerald. HEX triplet: 4B, BF and 6A. RGB value is (75,191,106). Sum of RGB (Red+Green+Blue) = 75+191+106=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBF6A is #B44095. Grayscale: #929292. Windows color (decimal): -11813014 or 6995787. OLE color: 6995787.
HSL color Cylindrical-coordinate representation of color #4BBF6A: hue angle of 136.03º degrees, saturation: 0.48, 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 #4BBF6A is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 106 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.25 |
| HSL | 136.03º | 0.48% | 0.52% | - |
| HSV(B) | 136.03º | 0.61% | 0.75% | - |
| XYZ | 24.13 | 39.8 | 20.05 | - |
| YUV | 146.63 | 105.07 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 106 | 0.61 | 0 | 0.45 | 0.25 | 136.03 | 0.48 | 0.52 |
| Hex | 4B | BF | 6A | 3D | 0 | 2D | 19 | 88 | 30 | 34 |
| Octal | 113 | 277 | 152 | 75 | 0 | 55 | 31 | 210 | 60 | 64 |
| Binary | 1001011 | 10111111 | 1101010 | 111101 | 0 | 101101 | 11001 | 10001000 | 110000 | 110100 |
Color Harmonies of #4BBF6A
Complementary color
Monochromatic Colors of #4BBF6A
Black with #4BBF6A
Text Example
Text Example
White with #4BBF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF6A; }
p { color: rgb(75,191,106); }
H1.HeaderClassName
{
color: #4BBF6A;
}
.AnyTagClassName
{
color: #4BBF6A;
}
</style>
background-color css
<style>
a { background-color: #4BBF6A; }
a { background-color: rgb(75,191,106); }
div.DivClassName
{
background-color: #4BBF6A;
}
.BgClassName
{
background-color: #4BBF6A;
}
</style>
border-color css
<style>
span { border-color: #4BBF6A; }
span { border-color: rgb(75,191,106); }
td.TdClassName
{
border-color: #4BBF6A;
}
.TagClassName
{
border-color: #4BBF6A;
}
</style>