Shades of Emerald #55F082
Tints of Emerald #55F082
RGB
CMYK
RGB Variations
Color information
#55F082 (or 0x55F082) is known color: Emerald. HEX triplet: 55, F0 and 82. RGB value is (85,240,130). Sum of RGB (Red+Green+Blue) = 85+240+130=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #55F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F082 is #AA0F7D. Grayscale: #B5B5B5. Windows color (decimal): -11145086 or 8581205. OLE color: 8581205.
HSL color Cylindrical-coordinate representation of color #55F082: hue angle of 137.42º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F082 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 130 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.06 |
| HSL | 137.42º | 0.84% | 0.64% | - |
| HSV(B) | 137.42º | 0.65% | 0.94% | - |
| XYZ | 38.94 | 65.86 | 31.78 | - |
| YUV | 181.12 | 99.15 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 130 | 0.65 | 0 | 0.46 | 0.06 | 137.42 | 0.84 | 0.64 |
| Hex | 55 | F0 | 82 | 41 | 0 | 2E | 6 | 89 | 54 | 40 |
| Octal | 125 | 360 | 202 | 101 | 0 | 56 | 6 | 211 | 124 | 100 |
| Binary | 1010101 | 11110000 | 10000010 | 1000001 | 0 | 101110 | 110 | 10001001 | 1010100 | 1000000 |
Color Harmonies of #55F082
Complementary color
Monochromatic Colors of #55F082
Black with #55F082
Text Example
Text Example
White with #55F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F082; }
p { color: rgb(85,240,130); }
H1.HeaderClassName
{
color: #55F082;
}
.AnyTagClassName
{
color: #55F082;
}
</style>
background-color css
<style>
a { background-color: #55F082; }
a { background-color: rgb(85,240,130); }
div.DivClassName
{
background-color: #55F082;
}
.BgClassName
{
background-color: #55F082;
}
</style>
border-color css
<style>
span { border-color: #55F082; }
span { border-color: rgb(85,240,130); }
td.TdClassName
{
border-color: #55F082;
}
.TagClassName
{
border-color: #55F082;
}
</style>