Shades of Emerald #4BDF66
Tints of Emerald #4BDF66
RGB
CMYK
RGB Variations
Color information
#4BDF66 (or 0x4BDF66) is known color: Emerald. HEX triplet: 4B, DF and 66. RGB value is (75,223,102). Sum of RGB (Red+Green+Blue) = 75+223+102=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF66 is #B42099. Grayscale: #A5A5A5. Windows color (decimal): -11804826 or 6741835. OLE color: 6741835.
HSL color Cylindrical-coordinate representation of color #4BDF66: hue angle of 130.95º degrees, saturation: 0.7, 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 #4BDF66 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 102 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.13 |
| HSL | 130.95º | 0.7% | 0.58% | - |
| HSV(B) | 130.95º | 0.66% | 0.87% | - |
| XYZ | 31.69 | 55.23 | 21.56 | - |
| YUV | 164.95 | 92.47 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 102 | 0.66 | 0 | 0.54 | 0.13 | 130.95 | 0.7 | 0.58 |
| Hex | 4B | DF | 66 | 42 | 0 | 36 | D | 83 | 46 | 3A |
| Octal | 113 | 337 | 146 | 102 | 0 | 66 | 15 | 203 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1100110 | 1000010 | 0 | 110110 | 1101 | 10000011 | 1000110 | 111010 |
Color Harmonies of #4BDF66
Complementary color
Monochromatic Colors of #4BDF66
Black with #4BDF66
Text Example
Text Example
White with #4BDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF66; }
p { color: rgb(75,223,102); }
H1.HeaderClassName
{
color: #4BDF66;
}
.AnyTagClassName
{
color: #4BDF66;
}
</style>
background-color css
<style>
a { background-color: #4BDF66; }
a { background-color: rgb(75,223,102); }
div.DivClassName
{
background-color: #4BDF66;
}
.BgClassName
{
background-color: #4BDF66;
}
</style>
border-color css
<style>
span { border-color: #4BDF66; }
span { border-color: rgb(75,223,102); }
td.TdClassName
{
border-color: #4BDF66;
}
.TagClassName
{
border-color: #4BDF66;
}
</style>