Shades of Emerald #4BD665
Tints of Emerald #4BD665
RGB
CMYK
RGB Variations
Color information
#4BD665 (or 0x4BD665) is known color: Emerald. HEX triplet: 4B, D6 and 65. RGB value is (75,214,101). Sum of RGB (Red+Green+Blue) = 75+214+101=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD665 is #B4299A. Grayscale: #9F9F9F. Windows color (decimal): -11807131 or 6673995. OLE color: 6673995.
HSL color Cylindrical-coordinate representation of color #4BD665: hue angle of 131.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD665 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 101 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.16 |
| HSL | 131.22º | 0.63% | 0.57% | - |
| HSV(B) | 131.22º | 0.65% | 0.84% | - |
| XYZ | 29.3 | 50.53 | 20.52 | - |
| YUV | 159.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 101 | 0.65 | 0 | 0.53 | 0.16 | 131.22 | 0.63 | 0.57 |
| Hex | 4B | D6 | 65 | 41 | 0 | 35 | 10 | 83 | 3F | 39 |
| Octal | 113 | 326 | 145 | 101 | 0 | 65 | 20 | 203 | 77 | 71 |
| Binary | 1001011 | 11010110 | 1100101 | 1000001 | 0 | 110101 | 10000 | 10000011 | 111111 | 111001 |
Color Harmonies of #4BD665
Complementary color
Monochromatic Colors of #4BD665
Black with #4BD665
Text Example
Text Example
White with #4BD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD665; }
p { color: rgb(75,214,101); }
H1.HeaderClassName
{
color: #4BD665;
}
.AnyTagClassName
{
color: #4BD665;
}
</style>
background-color css
<style>
a { background-color: #4BD665; }
a { background-color: rgb(75,214,101); }
div.DivClassName
{
background-color: #4BD665;
}
.BgClassName
{
background-color: #4BD665;
}
</style>
border-color css
<style>
span { border-color: #4BD665; }
span { border-color: rgb(75,214,101); }
td.TdClassName
{
border-color: #4BD665;
}
.TagClassName
{
border-color: #4BD665;
}
</style>