Shades of Emerald #55EB8F
Tints of Emerald #55EB8F
RGB
CMYK
RGB Variations
Color information
#55EB8F (or 0x55EB8F) is known color: Emerald. HEX triplet: 55, EB and 8F. RGB value is (85,235,143). Sum of RGB (Red+Green+Blue) = 85+235+143=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EB8F is #AA1470. Grayscale: #B3B3B3. Windows color (decimal): -11146353 or 9431893. OLE color: 9431893.
HSL color Cylindrical-coordinate representation of color #55EB8F: hue angle of 143.2º 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 #55EB8F is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 143 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.08 |
| HSL | 143.2º | 0.79% | 0.63% | - |
| HSV(B) | 143.2º | 0.64% | 0.92% | - |
| XYZ | 38.41 | 63.33 | 36.19 | - |
| YUV | 179.66 | 107.31 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 143 | 0.64 | 0 | 0.39 | 0.08 | 143.2 | 0.79 | 0.63 |
| Hex | 55 | EB | 8F | 40 | 0 | 27 | 8 | 8F | 4F | 3F |
| Octal | 125 | 353 | 217 | 100 | 0 | 47 | 10 | 217 | 117 | 77 |
| Binary | 1010101 | 11101011 | 10001111 | 1000000 | 0 | 100111 | 1000 | 10001111 | 1001111 | 111111 |
Color Harmonies of #55EB8F
Complementary color
Monochromatic Colors of #55EB8F
Black with #55EB8F
Text Example
Text Example
White with #55EB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB8F; }
p { color: rgb(85,235,143); }
H1.HeaderClassName
{
color: #55EB8F;
}
.AnyTagClassName
{
color: #55EB8F;
}
</style>
background-color css
<style>
a { background-color: #55EB8F; }
a { background-color: rgb(85,235,143); }
div.DivClassName
{
background-color: #55EB8F;
}
.BgClassName
{
background-color: #55EB8F;
}
</style>
border-color css
<style>
span { border-color: #55EB8F; }
span { border-color: rgb(85,235,143); }
td.TdClassName
{
border-color: #55EB8F;
}
.TagClassName
{
border-color: #55EB8F;
}
</style>