Shades of Emerald #4BBE66
Tints of Emerald #4BBE66
RGB
CMYK
RGB Variations
Color information
#4BBE66 (or 0x4BBE66) is known color: Emerald. HEX triplet: 4B, BE and 66. RGB value is (75,190,102). Sum of RGB (Red+Green+Blue) = 75+190+102=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE66 is #B44199. Grayscale: #919191. Windows color (decimal): -11813274 or 6733387. OLE color: 6733387.
HSL color Cylindrical-coordinate representation of color #4BBE66: hue angle of 134.09º 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 #4BBE66 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 102 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.25 |
| HSL | 134.09º | 0.47% | 0.52% | - |
| HSV(B) | 134.09º | 0.61% | 0.75% | - |
| XYZ | 23.71 | 39.28 | 18.9 | - |
| YUV | 145.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 102 | 0.61 | 0 | 0.46 | 0.25 | 134.09 | 0.47 | 0.52 |
| Hex | 4B | BE | 66 | 3D | 0 | 2E | 19 | 86 | 2F | 34 |
| Octal | 113 | 276 | 146 | 75 | 0 | 56 | 31 | 206 | 57 | 64 |
| Binary | 1001011 | 10111110 | 1100110 | 111101 | 0 | 101110 | 11001 | 10000110 | 101111 | 110100 |
Color Harmonies of #4BBE66
Complementary color
Monochromatic Colors of #4BBE66
Black with #4BBE66
Text Example
Text Example
White with #4BBE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBE66; }
p { color: rgb(75,190,102); }
H1.HeaderClassName
{
color: #4BBE66;
}
.AnyTagClassName
{
color: #4BBE66;
}
</style>
background-color css
<style>
a { background-color: #4BBE66; }
a { background-color: rgb(75,190,102); }
div.DivClassName
{
background-color: #4BBE66;
}
.BgClassName
{
background-color: #4BBE66;
}
</style>
border-color css
<style>
span { border-color: #4BBE66; }
span { border-color: rgb(75,190,102); }
td.TdClassName
{
border-color: #4BBE66;
}
.TagClassName
{
border-color: #4BBE66;
}
</style>