Shades of Emerald #55C375
Tints of Emerald #55C375
RGB
CMYK
RGB Variations
Color information
#55C375 (or 0x55C375) is known color: Emerald. HEX triplet: 55, C3 and 75. RGB value is (85,195,117). Sum of RGB (Red+Green+Blue) = 85+195+117=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #55C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C375 is #AA3C8A. Grayscale: #999999. Windows color (decimal): -11156619 or 7717717. OLE color: 7717717.
HSL color Cylindrical-coordinate representation of color #55C375: hue angle of 137.45º degrees, saturation: 0.48, 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 #55C375 is Cyan = 0.56, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 117 | - |
| CMYK | 0.56 | 0 | 0.4 | 0.24 |
| HSL | 137.45º | 0.48% | 0.55% | - |
| HSV(B) | 137.45º | 0.56% | 0.76% | - |
| XYZ | 26.47 | 42.25 | 23.59 | - |
| YUV | 153.22 | 107.56 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 117 | 0.56 | 0 | 0.4 | 0.24 | 137.45 | 0.48 | 0.55 |
| Hex | 55 | C3 | 75 | 38 | 0 | 28 | 18 | 89 | 30 | 37 |
| Octal | 125 | 303 | 165 | 70 | 0 | 50 | 30 | 211 | 60 | 67 |
| Binary | 1010101 | 11000011 | 1110101 | 111000 | 0 | 101000 | 11000 | 10001001 | 110000 | 110111 |
Color Harmonies of #55C375
Complementary color
Monochromatic Colors of #55C375
Black with #55C375
Text Example
Text Example
White with #55C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C375; }
p { color: rgb(85,195,117); }
H1.HeaderClassName
{
color: #55C375;
}
.AnyTagClassName
{
color: #55C375;
}
</style>
background-color css
<style>
a { background-color: #55C375; }
a { background-color: rgb(85,195,117); }
div.DivClassName
{
background-color: #55C375;
}
.BgClassName
{
background-color: #55C375;
}
</style>
border-color css
<style>
span { border-color: #55C375; }
span { border-color: rgb(85,195,117); }
td.TdClassName
{
border-color: #55C375;
}
.TagClassName
{
border-color: #55C375;
}
</style>