Shades of Emerald #55EE89
Tints of Emerald #55EE89
RGB
CMYK
RGB Variations
Color information
#55EE89 (or 0x55EE89) is known color: Emerald. HEX triplet: 55, EE and 89. RGB value is (85,238,137). Sum of RGB (Red+Green+Blue) = 85+238+137=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EE89 is #AA1176. Grayscale: #B4B4B4. Windows color (decimal): -11145591 or 9039445. OLE color: 9039445.
HSL color Cylindrical-coordinate representation of color #55EE89: hue angle of 140.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EE89 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 137 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.07 |
| HSL | 140.39º | 0.82% | 0.63% | - |
| HSV(B) | 140.39º | 0.64% | 0.93% | - |
| XYZ | 38.84 | 64.89 | 34.14 | - |
| YUV | 180.74 | 103.31 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 137 | 0.64 | 0 | 0.42 | 0.07 | 140.39 | 0.82 | 0.63 |
| Hex | 55 | EE | 89 | 40 | 0 | 2A | 7 | 8C | 52 | 3F |
| Octal | 125 | 356 | 211 | 100 | 0 | 52 | 7 | 214 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10001001 | 1000000 | 0 | 101010 | 111 | 10001100 | 1010010 | 111111 |
Color Harmonies of #55EE89
Complementary color
Monochromatic Colors of #55EE89
Black with #55EE89
Text Example
Text Example
White with #55EE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE89; }
p { color: rgb(85,238,137); }
H1.HeaderClassName
{
color: #55EE89;
}
.AnyTagClassName
{
color: #55EE89;
}
</style>
background-color css
<style>
a { background-color: #55EE89; }
a { background-color: rgb(85,238,137); }
div.DivClassName
{
background-color: #55EE89;
}
.BgClassName
{
background-color: #55EE89;
}
</style>
border-color css
<style>
span { border-color: #55EE89; }
span { border-color: rgb(85,238,137); }
td.TdClassName
{
border-color: #55EE89;
}
.TagClassName
{
border-color: #55EE89;
}
</style>