Shades of Emerald #4BCF65
Tints of Emerald #4BCF65
RGB
CMYK
RGB Variations
Color information
#4BCF65 (or 0x4BCF65) is known color: Emerald. HEX triplet: 4B, CF and 65. RGB value is (75,207,101). Sum of RGB (Red+Green+Blue) = 75+207+101=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCF65 is #B4309A. Grayscale: #9B9B9B. Windows color (decimal): -11808923 or 6672203. OLE color: 6672203.
HSL color Cylindrical-coordinate representation of color #4BCF65: hue angle of 131.82º 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 #4BCF65 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 101 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.19 |
| HSL | 131.82º | 0.58% | 0.55% | - |
| HSV(B) | 131.82º | 0.64% | 0.81% | - |
| XYZ | 27.56 | 47.06 | 19.94 | - |
| YUV | 155.45 | 97.27 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 101 | 0.64 | 0 | 0.51 | 0.19 | 131.82 | 0.58 | 0.55 |
| Hex | 4B | CF | 65 | 40 | 0 | 33 | 13 | 84 | 3A | 37 |
| Octal | 113 | 317 | 145 | 100 | 0 | 63 | 23 | 204 | 72 | 67 |
| Binary | 1001011 | 11001111 | 1100101 | 1000000 | 0 | 110011 | 10011 | 10000100 | 111010 | 110111 |
Color Harmonies of #4BCF65
Complementary color
Monochromatic Colors of #4BCF65
Black with #4BCF65
Text Example
Text Example
White with #4BCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF65; }
p { color: rgb(75,207,101); }
H1.HeaderClassName
{
color: #4BCF65;
}
.AnyTagClassName
{
color: #4BCF65;
}
</style>
background-color css
<style>
a { background-color: #4BCF65; }
a { background-color: rgb(75,207,101); }
div.DivClassName
{
background-color: #4BCF65;
}
.BgClassName
{
background-color: #4BCF65;
}
</style>
border-color css
<style>
span { border-color: #4BCF65; }
span { border-color: rgb(75,207,101); }
td.TdClassName
{
border-color: #4BCF65;
}
.TagClassName
{
border-color: #4BCF65;
}
</style>