Shades of Emerald #55CA7D
Tints of Emerald #55CA7D
RGB
CMYK
RGB Variations
Color information
#55CA7D (or 0x55CA7D) is known color: Emerald. HEX triplet: 55, CA and 7D. RGB value is (85,202,125). Sum of RGB (Red+Green+Blue) = 85+202+125=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA7D is #AA3582. Grayscale: #9E9E9E. Windows color (decimal): -11154819 or 8243797. OLE color: 8243797.
HSL color Cylindrical-coordinate representation of color #55CA7D: hue angle of 140.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA7D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 125 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.21 |
| HSL | 140.51º | 0.52% | 0.56% | - |
| HSV(B) | 140.51º | 0.58% | 0.79% | - |
| XYZ | 28.57 | 45.65 | 26.71 | - |
| YUV | 158.24 | 109.24 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 125 | 0.58 | 0 | 0.38 | 0.21 | 140.51 | 0.52 | 0.56 |
| Hex | 55 | CA | 7D | 3A | 0 | 26 | 15 | 8D | 34 | 38 |
| Octal | 125 | 312 | 175 | 72 | 0 | 46 | 25 | 215 | 64 | 70 |
| Binary | 1010101 | 11001010 | 1111101 | 111010 | 0 | 100110 | 10101 | 10001101 | 110100 | 111000 |
Color Harmonies of #55CA7D
Complementary color
Monochromatic Colors of #55CA7D
Black with #55CA7D
Text Example
Text Example
White with #55CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA7D; }
p { color: rgb(85,202,125); }
H1.HeaderClassName
{
color: #55CA7D;
}
.AnyTagClassName
{
color: #55CA7D;
}
</style>
background-color css
<style>
a { background-color: #55CA7D; }
a { background-color: rgb(85,202,125); }
div.DivClassName
{
background-color: #55CA7D;
}
.BgClassName
{
background-color: #55CA7D;
}
</style>
border-color css
<style>
span { border-color: #55CA7D; }
span { border-color: rgb(85,202,125); }
td.TdClassName
{
border-color: #55CA7D;
}
.TagClassName
{
border-color: #55CA7D;
}
</style>