Shades of Emerald #4BE68D
Tints of Emerald #4BE68D
RGB
CMYK
RGB Variations
Color information
#4BE68D (or 0x4BE68D) is known color: Emerald. HEX triplet: 4B, E6 and 8D. RGB value is (75,230,141). Sum of RGB (Red+Green+Blue) = 75+230+141=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE68D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BE68D is #B41972. Grayscale: #ADADAD. Windows color (decimal): -11802995 or 9299531. OLE color: 9299531.
HSL color Cylindrical-coordinate representation of color #4BE68D: hue angle of 145.55º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE68D is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 141 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.10 |
| HSL | 145.55º | 0.76% | 0.6% | - |
| HSV(B) | 145.55º | 0.67% | 0.9% | - |
| XYZ | 36.01 | 60.01 | 34.89 | - |
| YUV | 173.51 | 109.65 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 141 | 0.67 | 0 | 0.39 | 0.10 | 145.55 | 0.76 | 0.6 |
| Hex | 4B | E6 | 8D | 43 | 0 | 27 | A | 92 | 4C | 3C |
| Octal | 113 | 346 | 215 | 103 | 0 | 47 | 12 | 222 | 114 | 74 |
| Binary | 1001011 | 11100110 | 10001101 | 1000011 | 0 | 100111 | 1010 | 10010010 | 1001100 | 111100 |
Color Harmonies of #4BE68D
Complementary color
Monochromatic Colors of #4BE68D
Black with #4BE68D
Text Example
Text Example
White with #4BE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE68D; }
p { color: rgb(75,230,141); }
H1.HeaderClassName
{
color: #4BE68D;
}
.AnyTagClassName
{
color: #4BE68D;
}
</style>
background-color css
<style>
a { background-color: #4BE68D; }
a { background-color: rgb(75,230,141); }
div.DivClassName
{
background-color: #4BE68D;
}
.BgClassName
{
background-color: #4BE68D;
}
</style>
border-color css
<style>
span { border-color: #4BE68D; }
span { border-color: rgb(75,230,141); }
td.TdClassName
{
border-color: #4BE68D;
}
.TagClassName
{
border-color: #4BE68D;
}
</style>