Shades of Emerald #4BDF81
Tints of Emerald #4BDF81
RGB
CMYK
RGB Variations
Color information
#4BDF81 (or 0x4BDF81) is known color: Emerald. HEX triplet: 4B, DF and 81. RGB value is (75,223,129). Sum of RGB (Red+Green+Blue) = 75+223+129=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF81 is #B4207E. Grayscale: #A8A8A8. Windows color (decimal): -11804799 or 8511307. OLE color: 8511307.
HSL color Cylindrical-coordinate representation of color #4BDF81: hue angle of 141.89º 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 #4BDF81 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 129 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.13 |
| HSL | 141.89º | 0.7% | 0.58% | - |
| HSV(B) | 141.89º | 0.66% | 0.87% | - |
| XYZ | 33.25 | 55.86 | 29.8 | - |
| YUV | 168.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 129 | 0.66 | 0 | 0.42 | 0.13 | 141.89 | 0.7 | 0.58 |
| Hex | 4B | DF | 81 | 42 | 0 | 2A | D | 8E | 46 | 3A |
| Octal | 113 | 337 | 201 | 102 | 0 | 52 | 15 | 216 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10000001 | 1000010 | 0 | 101010 | 1101 | 10001110 | 1000110 | 111010 |
Color Harmonies of #4BDF81
Complementary color
Monochromatic Colors of #4BDF81
Black with #4BDF81
Text Example
Text Example
White with #4BDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF81; }
p { color: rgb(75,223,129); }
H1.HeaderClassName
{
color: #4BDF81;
}
.AnyTagClassName
{
color: #4BDF81;
}
</style>
background-color css
<style>
a { background-color: #4BDF81; }
a { background-color: rgb(75,223,129); }
div.DivClassName
{
background-color: #4BDF81;
}
.BgClassName
{
background-color: #4BDF81;
}
</style>
border-color css
<style>
span { border-color: #4BDF81; }
span { border-color: rgb(75,223,129); }
td.TdClassName
{
border-color: #4BDF81;
}
.TagClassName
{
border-color: #4BDF81;
}
</style>