Shades of Emerald #4BE18A
Tints of Emerald #4BE18A
RGB
CMYK
RGB Variations
Color information
#4BE18A (or 0x4BE18A) is known color: Emerald. HEX triplet: 4B, E1 and 8A. RGB value is (75,225,138). Sum of RGB (Red+Green+Blue) = 75+225+138=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE18A is #B41E75. Grayscale: #AAAAAA. Windows color (decimal): -11804278 or 9101643. OLE color: 9101643.
HSL color Cylindrical-coordinate representation of color #4BE18A: hue angle of 145.2º 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 #4BE18A is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 138 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.12 |
| HSL | 145.2º | 0.71% | 0.59% | - |
| HSV(B) | 145.2º | 0.67% | 0.88% | - |
| XYZ | 34.41 | 57.18 | 33.27 | - |
| YUV | 170.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 138 | 0.67 | 0 | 0.39 | 0.12 | 145.2 | 0.71 | 0.59 |
| Hex | 4B | E1 | 8A | 43 | 0 | 27 | C | 91 | 47 | 3B |
| Octal | 113 | 341 | 212 | 103 | 0 | 47 | 14 | 221 | 107 | 73 |
| Binary | 1001011 | 11100001 | 10001010 | 1000011 | 0 | 100111 | 1100 | 10010001 | 1000111 | 111011 |
Color Harmonies of #4BE18A
Complementary color
Monochromatic Colors of #4BE18A
Black with #4BE18A
Text Example
Text Example
White with #4BE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE18A; }
p { color: rgb(75,225,138); }
H1.HeaderClassName
{
color: #4BE18A;
}
.AnyTagClassName
{
color: #4BE18A;
}
</style>
background-color css
<style>
a { background-color: #4BE18A; }
a { background-color: rgb(75,225,138); }
div.DivClassName
{
background-color: #4BE18A;
}
.BgClassName
{
background-color: #4BE18A;
}
</style>
border-color css
<style>
span { border-color: #4BE18A; }
span { border-color: rgb(75,225,138); }
td.TdClassName
{
border-color: #4BE18A;
}
.TagClassName
{
border-color: #4BE18A;
}
</style>