Shades of Emerald #55C084
Tints of Emerald #55C084
RGB
CMYK
RGB Variations
Color information
#55C084 (or 0x55C084) is known color: Emerald. HEX triplet: 55, C0 and 84. RGB value is (85,192,132). Sum of RGB (Red+Green+Blue) = 85+192+132=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #55C084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C084 is #AA3F7B. Grayscale: #999999. Windows color (decimal): -11157372 or 8699989. OLE color: 8699989.
HSL color Cylindrical-coordinate representation of color #55C084: hue angle of 146.36º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C084 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 132 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.25 |
| HSL | 146.36º | 0.46% | 0.54% | - |
| HSV(B) | 146.36º | 0.56% | 0.75% | - |
| XYZ | 26.76 | 41.3 | 28.39 | - |
| YUV | 153.17 | 116.05 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 132 | 0.56 | 0 | 0.31 | 0.25 | 146.36 | 0.46 | 0.54 |
| Hex | 55 | C0 | 84 | 38 | 0 | 1F | 19 | 92 | 2E | 36 |
| Octal | 125 | 300 | 204 | 70 | 0 | 37 | 31 | 222 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10000100 | 111000 | 0 | 11111 | 11001 | 10010010 | 101110 | 110110 |
Color Harmonies of #55C084
Complementary color
Monochromatic Colors of #55C084
Black with #55C084
Text Example
Text Example
White with #55C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C084; }
p { color: rgb(85,192,132); }
H1.HeaderClassName
{
color: #55C084;
}
.AnyTagClassName
{
color: #55C084;
}
</style>
background-color css
<style>
a { background-color: #55C084; }
a { background-color: rgb(85,192,132); }
div.DivClassName
{
background-color: #55C084;
}
.BgClassName
{
background-color: #55C084;
}
</style>
border-color css
<style>
span { border-color: #55C084; }
span { border-color: rgb(85,192,132); }
td.TdClassName
{
border-color: #55C084;
}
.TagClassName
{
border-color: #55C084;
}
</style>