Shades of Emerald #55C275
Tints of Emerald #55C275
RGB
CMYK
RGB Variations
Color information
#55C275 (or 0x55C275) is known color: Emerald. HEX triplet: 55, C2 and 75. RGB value is (85,194,117). Sum of RGB (Red+Green+Blue) = 85+194+117=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #55C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C275 is #AA3D8A. Grayscale: #989898. Windows color (decimal): -11156875 or 7717461. OLE color: 7717461.
HSL color Cylindrical-coordinate representation of color #55C275: hue angle of 137.61º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C275 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 117 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.24 |
| HSL | 137.61º | 0.47% | 0.55% | - |
| HSV(B) | 137.61º | 0.56% | 0.76% | - |
| XYZ | 26.25 | 41.8 | 23.51 | - |
| YUV | 152.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 117 | 0.56 | 0 | 0.40 | 0.24 | 137.61 | 0.47 | 0.55 |
| Hex | 55 | C2 | 75 | 38 | 0 | 28 | 18 | 8A | 2F | 37 |
| Octal | 125 | 302 | 165 | 70 | 0 | 50 | 30 | 212 | 57 | 67 |
| Binary | 1010101 | 11000010 | 1110101 | 111000 | 0 | 101000 | 11000 | 10001010 | 101111 | 110111 |
Color Harmonies of #55C275
Complementary color
Monochromatic Colors of #55C275
Black with #55C275
Text Example
Text Example
White with #55C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C275; }
p { color: rgb(85,194,117); }
H1.HeaderClassName
{
color: #55C275;
}
.AnyTagClassName
{
color: #55C275;
}
</style>
background-color css
<style>
a { background-color: #55C275; }
a { background-color: rgb(85,194,117); }
div.DivClassName
{
background-color: #55C275;
}
.BgClassName
{
background-color: #55C275;
}
</style>
border-color css
<style>
span { border-color: #55C275; }
span { border-color: rgb(85,194,117); }
td.TdClassName
{
border-color: #55C275;
}
.TagClassName
{
border-color: #55C275;
}
</style>