Shades of Emerald #4BE880
Tints of Emerald #4BE880
RGB
CMYK
RGB Variations
Color information
#4BE880 (or 0x4BE880) is known color: Emerald. HEX triplet: 4B, E8 and 80. RGB value is (75,232,128). Sum of RGB (Red+Green+Blue) = 75+232+128=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BE880 is #B4177F. Grayscale: #ADADAD. Windows color (decimal): -11802496 or 8448075. OLE color: 8448075.
HSL color Cylindrical-coordinate representation of color #4BE880: hue angle of 140.25º degrees, saturation: 0.77, 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 #4BE880 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 232 | 128 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.09 |
| HSL | 140.25º | 0.77% | 0.6% | - |
| HSV(B) | 140.25º | 0.68% | 0.91% | - |
| XYZ | 35.65 | 60.77 | 30.27 | - |
| YUV | 173.2 | 102.49 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 232 | 128 | 0.68 | 0 | 0.45 | 0.09 | 140.25 | 0.77 | 0.6 |
| Hex | 4B | E8 | 80 | 44 | 0 | 2D | 9 | 8C | 4D | 3C |
| Octal | 113 | 350 | 200 | 104 | 0 | 55 | 11 | 214 | 115 | 74 |
| Binary | 1001011 | 11101000 | 10000000 | 1000100 | 0 | 101101 | 1001 | 10001100 | 1001101 | 111100 |
Color Harmonies of #4BE880
Complementary color
Monochromatic Colors of #4BE880
Black with #4BE880
Text Example
Text Example
White with #4BE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE880; }
p { color: rgb(75,232,128); }
H1.HeaderClassName
{
color: #4BE880;
}
.AnyTagClassName
{
color: #4BE880;
}
</style>
background-color css
<style>
a { background-color: #4BE880; }
a { background-color: rgb(75,232,128); }
div.DivClassName
{
background-color: #4BE880;
}
.BgClassName
{
background-color: #4BE880;
}
</style>
border-color css
<style>
span { border-color: #4BE880; }
span { border-color: rgb(75,232,128); }
td.TdClassName
{
border-color: #4BE880;
}
.TagClassName
{
border-color: #4BE880;
}
</style>