Shades of Emerald #4BCF6D
Tints of Emerald #4BCF6D
RGB
CMYK
RGB Variations
Color information
#4BCF6D (or 0x4BCF6D) is known color: Emerald. HEX triplet: 4B, CF and 6D. RGB value is (75,207,109). Sum of RGB (Red+Green+Blue) = 75+207+109=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCF6D is #B43092. Grayscale: #9C9C9C. Windows color (decimal): -11808915 or 7196491. OLE color: 7196491.
HSL color Cylindrical-coordinate representation of color #4BCF6D: hue angle of 135.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCF6D is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 109 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.19 |
| HSL | 135.45º | 0.58% | 0.55% | - |
| HSV(B) | 135.45º | 0.64% | 0.81% | - |
| XYZ | 27.97 | 47.23 | 22.11 | - |
| YUV | 156.36 | 101.27 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 109 | 0.64 | 0 | 0.47 | 0.19 | 135.45 | 0.58 | 0.55 |
| Hex | 4B | CF | 6D | 40 | 0 | 2F | 13 | 87 | 3A | 37 |
| Octal | 113 | 317 | 155 | 100 | 0 | 57 | 23 | 207 | 72 | 67 |
| Binary | 1001011 | 11001111 | 1101101 | 1000000 | 0 | 101111 | 10011 | 10000111 | 111010 | 110111 |
Color Harmonies of #4BCF6D
Complementary color
Monochromatic Colors of #4BCF6D
Black with #4BCF6D
Text Example
Text Example
White with #4BCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF6D; }
p { color: rgb(75,207,109); }
H1.HeaderClassName
{
color: #4BCF6D;
}
.AnyTagClassName
{
color: #4BCF6D;
}
</style>
background-color css
<style>
a { background-color: #4BCF6D; }
a { background-color: rgb(75,207,109); }
div.DivClassName
{
background-color: #4BCF6D;
}
.BgClassName
{
background-color: #4BCF6D;
}
</style>
border-color css
<style>
span { border-color: #4BCF6D; }
span { border-color: rgb(75,207,109); }
td.TdClassName
{
border-color: #4BCF6D;
}
.TagClassName
{
border-color: #4BCF6D;
}
</style>