Shades of Emerald #55EF93
Tints of Emerald #55EF93
RGB
CMYK
RGB Variations
Color information
#55EF93 (or 0x55EF93) is known color: Emerald. HEX triplet: 55, EF and 93. RGB value is (85,239,147). Sum of RGB (Red+Green+Blue) = 85+239+147=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EF93 is #AA106C. Grayscale: #B6B6B6. Windows color (decimal): -11145325 or 9695061. OLE color: 9695061.
HSL color Cylindrical-coordinate representation of color #55EF93: hue angle of 144.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EF93 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 147 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.06 |
| HSL | 144.16º | 0.83% | 0.64% | - |
| HSV(B) | 144.16º | 0.64% | 0.94% | - |
| XYZ | 39.88 | 65.77 | 38.2 | - |
| YUV | 182.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 147 | 0.64 | 0 | 0.38 | 0.06 | 144.16 | 0.83 | 0.64 |
| Hex | 55 | EF | 93 | 40 | 0 | 26 | 6 | 90 | 53 | 40 |
| Octal | 125 | 357 | 223 | 100 | 0 | 46 | 6 | 220 | 123 | 100 |
| Binary | 1010101 | 11101111 | 10010011 | 1000000 | 0 | 100110 | 110 | 10010000 | 1010011 | 1000000 |
Color Harmonies of #55EF93
Complementary color
Monochromatic Colors of #55EF93
Black with #55EF93
Text Example
Text Example
White with #55EF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF93; }
p { color: rgb(85,239,147); }
H1.HeaderClassName
{
color: #55EF93;
}
.AnyTagClassName
{
color: #55EF93;
}
</style>
background-color css
<style>
a { background-color: #55EF93; }
a { background-color: rgb(85,239,147); }
div.DivClassName
{
background-color: #55EF93;
}
.BgClassName
{
background-color: #55EF93;
}
</style>
border-color css
<style>
span { border-color: #55EF93; }
span { border-color: rgb(85,239,147); }
td.TdClassName
{
border-color: #55EF93;
}
.TagClassName
{
border-color: #55EF93;
}
</style>