Shades of Emerald #4BE670
Tints of Emerald #4BE670
RGB
CMYK
RGB Variations
Color information
#4BE670 (or 0x4BE670) is known color: Emerald. HEX triplet: 4B, E6 and 70. RGB value is (75,230,112). Sum of RGB (Red+Green+Blue) = 75+230+112=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE670 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BE670 is #B4198F. Grayscale: #AAAAAA. Windows color (decimal): -11803024 or 7398987. OLE color: 7398987.
HSL color Cylindrical-coordinate representation of color #4BE670: hue angle of 134.32º 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 #4BE670 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 112 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.10 |
| HSL | 134.32º | 0.76% | 0.6% | - |
| HSV(B) | 134.32º | 0.67% | 0.9% | - |
| XYZ | 34.12 | 59.26 | 24.97 | - |
| YUV | 170.2 | 95.15 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 112 | 0.67 | 0 | 0.51 | 0.10 | 134.32 | 0.76 | 0.6 |
| Hex | 4B | E6 | 70 | 43 | 0 | 33 | A | 86 | 4C | 3C |
| Octal | 113 | 346 | 160 | 103 | 0 | 63 | 12 | 206 | 114 | 74 |
| Binary | 1001011 | 11100110 | 1110000 | 1000011 | 0 | 110011 | 1010 | 10000110 | 1001100 | 111100 |
Color Harmonies of #4BE670
Complementary color
Monochromatic Colors of #4BE670
Black with #4BE670
Text Example
Text Example
White with #4BE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE670; }
p { color: rgb(75,230,112); }
H1.HeaderClassName
{
color: #4BE670;
}
.AnyTagClassName
{
color: #4BE670;
}
</style>
background-color css
<style>
a { background-color: #4BE670; }
a { background-color: rgb(75,230,112); }
div.DivClassName
{
background-color: #4BE670;
}
.BgClassName
{
background-color: #4BE670;
}
</style>
border-color css
<style>
span { border-color: #4BE670; }
span { border-color: rgb(75,230,112); }
td.TdClassName
{
border-color: #4BE670;
}
.TagClassName
{
border-color: #4BE670;
}
</style>