Shades of Emerald #4BE770
Tints of Emerald #4BE770
RGB
CMYK
RGB Variations
Color information
#4BE770 (or 0x4BE770) is known color: Emerald. HEX triplet: 4B, E7 and 70. RGB value is (75,231,112). Sum of RGB (Red+Green+Blue) = 75+231+112=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #4BE770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BE770 is #B4188F. Grayscale: #ABABAB. Windows color (decimal): -11802768 or 7399243. OLE color: 7399243.
HSL color Cylindrical-coordinate representation of color #4BE770: hue angle of 134.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE770 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 231 | 112 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.09 |
| HSL | 134.23º | 0.76% | 0.6% | - |
| HSV(B) | 134.23º | 0.68% | 0.91% | - |
| XYZ | 34.4 | 59.82 | 25.06 | - |
| YUV | 170.79 | 94.82 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 231 | 112 | 0.68 | 0 | 0.52 | 0.09 | 134.23 | 0.76 | 0.6 |
| Hex | 4B | E7 | 70 | 44 | 0 | 34 | 9 | 86 | 4C | 3C |
| Octal | 113 | 347 | 160 | 104 | 0 | 64 | 11 | 206 | 114 | 74 |
| Binary | 1001011 | 11100111 | 1110000 | 1000100 | 0 | 110100 | 1001 | 10000110 | 1001100 | 111100 |
Color Harmonies of #4BE770
Complementary color
Monochromatic Colors of #4BE770
Black with #4BE770
Text Example
Text Example
White with #4BE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE770; }
p { color: rgb(75,231,112); }
H1.HeaderClassName
{
color: #4BE770;
}
.AnyTagClassName
{
color: #4BE770;
}
</style>
background-color css
<style>
a { background-color: #4BE770; }
a { background-color: rgb(75,231,112); }
div.DivClassName
{
background-color: #4BE770;
}
.BgClassName
{
background-color: #4BE770;
}
</style>
border-color css
<style>
span { border-color: #4BE770; }
span { border-color: rgb(75,231,112); }
td.TdClassName
{
border-color: #4BE770;
}
.TagClassName
{
border-color: #4BE770;
}
</style>