Shades of Emerald #55EB90
Tints of Emerald #55EB90
RGB
CMYK
RGB Variations
Color information
#55EB90 (or 0x55EB90) is known color: Emerald. HEX triplet: 55, EB and 90. RGB value is (85,235,144). Sum of RGB (Red+Green+Blue) = 85+235+144=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EB90 is #AA146F. Grayscale: #B3B3B3. Windows color (decimal): -11146352 or 9497429. OLE color: 9497429.
HSL color Cylindrical-coordinate representation of color #55EB90: hue angle of 143.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EB90 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 144 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.08 |
| HSL | 143.6º | 0.79% | 0.63% | - |
| HSV(B) | 143.6º | 0.64% | 0.92% | - |
| XYZ | 38.49 | 63.36 | 36.59 | - |
| YUV | 179.78 | 107.81 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 144 | 0.64 | 0 | 0.39 | 0.08 | 143.6 | 0.79 | 0.63 |
| Hex | 55 | EB | 90 | 40 | 0 | 27 | 8 | 90 | 4F | 3F |
| Octal | 125 | 353 | 220 | 100 | 0 | 47 | 10 | 220 | 117 | 77 |
| Binary | 1010101 | 11101011 | 10010000 | 1000000 | 0 | 100111 | 1000 | 10010000 | 1001111 | 111111 |
Color Harmonies of #55EB90
Complementary color
Monochromatic Colors of #55EB90
Black with #55EB90
Text Example
Text Example
White with #55EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB90; }
p { color: rgb(85,235,144); }
H1.HeaderClassName
{
color: #55EB90;
}
.AnyTagClassName
{
color: #55EB90;
}
</style>
background-color css
<style>
a { background-color: #55EB90; }
a { background-color: rgb(85,235,144); }
div.DivClassName
{
background-color: #55EB90;
}
.BgClassName
{
background-color: #55EB90;
}
</style>
border-color css
<style>
span { border-color: #55EB90; }
span { border-color: rgb(85,235,144); }
td.TdClassName
{
border-color: #55EB90;
}
.TagClassName
{
border-color: #55EB90;
}
</style>