Shades of Emerald #4BDE64
Tints of Emerald #4BDE64
RGB
CMYK
RGB Variations
Color information
#4BDE64 (or 0x4BDE64) is known color: Emerald. HEX triplet: 4B, DE and 64. RGB value is (75,222,100). Sum of RGB (Red+Green+Blue) = 75+222+100=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDE64 is #B4219B. Grayscale: #A4A4A4. Windows color (decimal): -11805084 or 6610507. OLE color: 6610507.
HSL color Cylindrical-coordinate representation of color #4BDE64: hue angle of 130.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDE64 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 100 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.13 |
| HSL | 130.2º | 0.69% | 0.58% | - |
| HSV(B) | 130.2º | 0.66% | 0.87% | - |
| XYZ | 31.32 | 54.66 | 20.96 | - |
| YUV | 164.14 | 91.8 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 100 | 0.66 | 0 | 0.55 | 0.13 | 130.2 | 0.69 | 0.58 |
| Hex | 4B | DE | 64 | 42 | 0 | 37 | D | 82 | 45 | 3A |
| Octal | 113 | 336 | 144 | 102 | 0 | 67 | 15 | 202 | 105 | 72 |
| Binary | 1001011 | 11011110 | 1100100 | 1000010 | 0 | 110111 | 1101 | 10000010 | 1000101 | 111010 |
Color Harmonies of #4BDE64
Complementary color
Monochromatic Colors of #4BDE64
Black with #4BDE64
Text Example
Text Example
White with #4BDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE64; }
p { color: rgb(75,222,100); }
H1.HeaderClassName
{
color: #4BDE64;
}
.AnyTagClassName
{
color: #4BDE64;
}
</style>
background-color css
<style>
a { background-color: #4BDE64; }
a { background-color: rgb(75,222,100); }
div.DivClassName
{
background-color: #4BDE64;
}
.BgClassName
{
background-color: #4BDE64;
}
</style>
border-color css
<style>
span { border-color: #4BDE64; }
span { border-color: rgb(75,222,100); }
td.TdClassName
{
border-color: #4BDE64;
}
.TagClassName
{
border-color: #4BDE64;
}
</style>