Shades of Emerald #4BCF6F
Tints of Emerald #4BCF6F
RGB
CMYK
RGB Variations
Color information
#4BCF6F (or 0x4BCF6F) is known color: Emerald. HEX triplet: 4B, CF and 6F. RGB value is (75,207,111). Sum of RGB (Red+Green+Blue) = 75+207+111=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCF6F is #B43090. Grayscale: #9C9C9C. Windows color (decimal): -11808913 or 7327563. OLE color: 7327563.
HSL color Cylindrical-coordinate representation of color #4BCF6F: hue angle of 136.36º 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 #4BCF6F is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 111 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.19 |
| HSL | 136.36º | 0.58% | 0.55% | - |
| HSV(B) | 136.36º | 0.64% | 0.81% | - |
| XYZ | 28.08 | 47.27 | 22.68 | - |
| YUV | 156.59 | 102.27 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 111 | 0.64 | 0 | 0.46 | 0.19 | 136.36 | 0.58 | 0.55 |
| Hex | 4B | CF | 6F | 40 | 0 | 2E | 13 | 88 | 3A | 37 |
| Octal | 113 | 317 | 157 | 100 | 0 | 56 | 23 | 210 | 72 | 67 |
| Binary | 1001011 | 11001111 | 1101111 | 1000000 | 0 | 101110 | 10011 | 10001000 | 111010 | 110111 |
Color Harmonies of #4BCF6F
Complementary color
Monochromatic Colors of #4BCF6F
Black with #4BCF6F
Text Example
Text Example
White with #4BCF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF6F; }
p { color: rgb(75,207,111); }
H1.HeaderClassName
{
color: #4BCF6F;
}
.AnyTagClassName
{
color: #4BCF6F;
}
</style>
background-color css
<style>
a { background-color: #4BCF6F; }
a { background-color: rgb(75,207,111); }
div.DivClassName
{
background-color: #4BCF6F;
}
.BgClassName
{
background-color: #4BCF6F;
}
</style>
border-color css
<style>
span { border-color: #4BCF6F; }
span { border-color: rgb(75,207,111); }
td.TdClassName
{
border-color: #4BCF6F;
}
.TagClassName
{
border-color: #4BCF6F;
}
</style>