Shades of Emerald #55EE82
Tints of Emerald #55EE82
RGB
CMYK
RGB Variations
Color information
#55EE82 (or 0x55EE82) is known color: Emerald. HEX triplet: 55, EE and 82. RGB value is (85,238,130). Sum of RGB (Red+Green+Blue) = 85+238+130=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EE82 is #AA117D. Grayscale: #B4B4B4. Windows color (decimal): -11145598 or 8580693. OLE color: 8580693.
HSL color Cylindrical-coordinate representation of color #55EE82: hue angle of 137.65º 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 #55EE82 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 130 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.07 |
| HSL | 137.65º | 0.82% | 0.63% | - |
| HSV(B) | 137.65º | 0.64% | 0.93% | - |
| XYZ | 38.35 | 64.69 | 31.58 | - |
| YUV | 179.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 130 | 0.64 | 0 | 0.45 | 0.07 | 137.65 | 0.82 | 0.63 |
| Hex | 55 | EE | 82 | 40 | 0 | 2D | 7 | 8A | 52 | 3F |
| Octal | 125 | 356 | 202 | 100 | 0 | 55 | 7 | 212 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10000010 | 1000000 | 0 | 101101 | 111 | 10001010 | 1010010 | 111111 |
Color Harmonies of #55EE82
Complementary color
Monochromatic Colors of #55EE82
Black with #55EE82
Text Example
Text Example
White with #55EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE82; }
p { color: rgb(85,238,130); }
H1.HeaderClassName
{
color: #55EE82;
}
.AnyTagClassName
{
color: #55EE82;
}
</style>
background-color css
<style>
a { background-color: #55EE82; }
a { background-color: rgb(85,238,130); }
div.DivClassName
{
background-color: #55EE82;
}
.BgClassName
{
background-color: #55EE82;
}
</style>
border-color css
<style>
span { border-color: #55EE82; }
span { border-color: rgb(85,238,130); }
td.TdClassName
{
border-color: #55EE82;
}
.TagClassName
{
border-color: #55EE82;
}
</style>