Shades of Emerald #4BE07E
Tints of Emerald #4BE07E
RGB
CMYK
RGB Variations
Color information
#4BE07E (or 0x4BE07E) is known color: Emerald. HEX triplet: 4B, E0 and 7E. RGB value is (75,224,126). Sum of RGB (Red+Green+Blue) = 75+224+126=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE07E is #B41F81. Grayscale: #A8A8A8. Windows color (decimal): -11804546 or 8314955. OLE color: 8314955.
HSL color Cylindrical-coordinate representation of color #4BE07E: hue angle of 140.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE07E is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 126 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.12 |
| HSL | 140.54º | 0.71% | 0.59% | - |
| HSV(B) | 140.54º | 0.67% | 0.88% | - |
| XYZ | 33.32 | 56.31 | 28.85 | - |
| YUV | 168.28 | 104.14 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 126 | 0.67 | 0 | 0.44 | 0.12 | 140.54 | 0.71 | 0.59 |
| Hex | 4B | E0 | 7E | 43 | 0 | 2C | C | 8D | 47 | 3B |
| Octal | 113 | 340 | 176 | 103 | 0 | 54 | 14 | 215 | 107 | 73 |
| Binary | 1001011 | 11100000 | 1111110 | 1000011 | 0 | 101100 | 1100 | 10001101 | 1000111 | 111011 |
Color Harmonies of #4BE07E
Complementary color
Monochromatic Colors of #4BE07E
Black with #4BE07E
Text Example
Text Example
White with #4BE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE07E; }
p { color: rgb(75,224,126); }
H1.HeaderClassName
{
color: #4BE07E;
}
.AnyTagClassName
{
color: #4BE07E;
}
</style>
background-color css
<style>
a { background-color: #4BE07E; }
a { background-color: rgb(75,224,126); }
div.DivClassName
{
background-color: #4BE07E;
}
.BgClassName
{
background-color: #4BE07E;
}
</style>
border-color css
<style>
span { border-color: #4BE07E; }
span { border-color: rgb(75,224,126); }
td.TdClassName
{
border-color: #4BE07E;
}
.TagClassName
{
border-color: #4BE07E;
}
</style>