Shades of Emerald #4BDF84
Tints of Emerald #4BDF84
RGB
CMYK
RGB Variations
Color information
#4BDF84 (or 0x4BDF84) is known color: Emerald. HEX triplet: 4B, DF and 84. RGB value is (75,223,132). Sum of RGB (Red+Green+Blue) = 75+223+132=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF84 is #B4207B. Grayscale: #A8A8A8. Windows color (decimal): -11804796 or 8707915. OLE color: 8707915.
HSL color Cylindrical-coordinate representation of color #4BDF84: hue angle of 143.11º 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 #4BDF84 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 132 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.13 |
| HSL | 143.11º | 0.7% | 0.58% | - |
| HSV(B) | 143.11º | 0.66% | 0.87% | - |
| XYZ | 33.45 | 55.94 | 30.86 | - |
| YUV | 168.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 132 | 0.66 | 0 | 0.41 | 0.13 | 143.11 | 0.7 | 0.58 |
| Hex | 4B | DF | 84 | 42 | 0 | 29 | D | 8F | 46 | 3A |
| Octal | 113 | 337 | 204 | 102 | 0 | 51 | 15 | 217 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10000100 | 1000010 | 0 | 101001 | 1101 | 10001111 | 1000110 | 111010 |
Color Harmonies of #4BDF84
Complementary color
Monochromatic Colors of #4BDF84
Black with #4BDF84
Text Example
Text Example
White with #4BDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF84; }
p { color: rgb(75,223,132); }
H1.HeaderClassName
{
color: #4BDF84;
}
.AnyTagClassName
{
color: #4BDF84;
}
</style>
background-color css
<style>
a { background-color: #4BDF84; }
a { background-color: rgb(75,223,132); }
div.DivClassName
{
background-color: #4BDF84;
}
.BgClassName
{
background-color: #4BDF84;
}
</style>
border-color css
<style>
span { border-color: #4BDF84; }
span { border-color: rgb(75,223,132); }
td.TdClassName
{
border-color: #4BDF84;
}
.TagClassName
{
border-color: #4BDF84;
}
</style>