Shades of Emerald #4BDF6B
Tints of Emerald #4BDF6B
RGB
CMYK
RGB Variations
Color information
#4BDF6B (or 0x4BDF6B) is known color: Emerald. HEX triplet: 4B, DF and 6B. RGB value is (75,223,107). Sum of RGB (Red+Green+Blue) = 75+223+107=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF6B is #B42094. Grayscale: #A5A5A5. Windows color (decimal): -11804821 or 7069515. OLE color: 7069515.
HSL color Cylindrical-coordinate representation of color #4BDF6B: hue angle of 132.97º 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 #4BDF6B is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 107 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.13 |
| HSL | 132.97º | 0.7% | 0.58% | - |
| HSV(B) | 132.97º | 0.66% | 0.87% | - |
| XYZ | 31.94 | 55.33 | 22.91 | - |
| YUV | 165.52 | 94.97 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 107 | 0.66 | 0 | 0.52 | 0.13 | 132.97 | 0.7 | 0.58 |
| Hex | 4B | DF | 6B | 42 | 0 | 34 | D | 85 | 46 | 3A |
| Octal | 113 | 337 | 153 | 102 | 0 | 64 | 15 | 205 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1101011 | 1000010 | 0 | 110100 | 1101 | 10000101 | 1000110 | 111010 |
Color Harmonies of #4BDF6B
Complementary color
Monochromatic Colors of #4BDF6B
Black with #4BDF6B
Text Example
Text Example
White with #4BDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF6B; }
p { color: rgb(75,223,107); }
H1.HeaderClassName
{
color: #4BDF6B;
}
.AnyTagClassName
{
color: #4BDF6B;
}
</style>
background-color css
<style>
a { background-color: #4BDF6B; }
a { background-color: rgb(75,223,107); }
div.DivClassName
{
background-color: #4BDF6B;
}
.BgClassName
{
background-color: #4BDF6B;
}
</style>
border-color css
<style>
span { border-color: #4BDF6B; }
span { border-color: rgb(75,223,107); }
td.TdClassName
{
border-color: #4BDF6B;
}
.TagClassName
{
border-color: #4BDF6B;
}
</style>