Shades of Emerald #55C075
Tints of Emerald #55C075
RGB
CMYK
RGB Variations
Color information
#55C075 (or 0x55C075) is known color: Emerald. HEX triplet: 55, C0 and 75. RGB value is (85,192,117). Sum of RGB (Red+Green+Blue) = 85+192+117=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #55C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C075 is #AA3F8A. Grayscale: #979797. Windows color (decimal): -11157387 or 7716949. OLE color: 7716949.
HSL color Cylindrical-coordinate representation of color #55C075: hue angle of 137.94º 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 #55C075 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 117 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.25 |
| HSL | 137.94º | 0.46% | 0.54% | - |
| HSV(B) | 137.94º | 0.56% | 0.75% | - |
| XYZ | 25.81 | 40.91 | 23.37 | - |
| YUV | 151.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 117 | 0.56 | 0 | 0.39 | 0.25 | 137.94 | 0.46 | 0.54 |
| Hex | 55 | C0 | 75 | 38 | 0 | 27 | 19 | 8A | 2E | 36 |
| Octal | 125 | 300 | 165 | 70 | 0 | 47 | 31 | 212 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1110101 | 111000 | 0 | 100111 | 11001 | 10001010 | 101110 | 110110 |
Color Harmonies of #55C075
Complementary color
Monochromatic Colors of #55C075
Black with #55C075
Text Example
Text Example
White with #55C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C075; }
p { color: rgb(85,192,117); }
H1.HeaderClassName
{
color: #55C075;
}
.AnyTagClassName
{
color: #55C075;
}
</style>
background-color css
<style>
a { background-color: #55C075; }
a { background-color: rgb(85,192,117); }
div.DivClassName
{
background-color: #55C075;
}
.BgClassName
{
background-color: #55C075;
}
</style>
border-color css
<style>
span { border-color: #55C075; }
span { border-color: rgb(85,192,117); }
td.TdClassName
{
border-color: #55C075;
}
.TagClassName
{
border-color: #55C075;
}
</style>