Shades of Emerald #55CB6D
Tints of Emerald #55CB6D
RGB
CMYK
RGB Variations
Color information
#55CB6D (or 0x55CB6D) is known color: Emerald. HEX triplet: 55, CB and 6D. RGB value is (85,203,109). Sum of RGB (Red+Green+Blue) = 85+203+109=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB6D is #AA3492. Grayscale: #9D9D9D. Windows color (decimal): -11154579 or 7195477. OLE color: 7195477.
HSL color Cylindrical-coordinate representation of color #55CB6D: hue angle of 132.2º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB6D is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 109 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.20 |
| HSL | 132.2º | 0.53% | 0.56% | - |
| HSV(B) | 132.2º | 0.58% | 0.8% | - |
| XYZ | 27.86 | 45.75 | 21.83 | - |
| YUV | 157 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 109 | 0.58 | 0 | 0.46 | 0.20 | 132.2 | 0.53 | 0.56 |
| Hex | 55 | CB | 6D | 3A | 0 | 2E | 14 | 84 | 35 | 38 |
| Octal | 125 | 313 | 155 | 72 | 0 | 56 | 24 | 204 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1101101 | 111010 | 0 | 101110 | 10100 | 10000100 | 110101 | 111000 |
Color Harmonies of #55CB6D
Complementary color
Monochromatic Colors of #55CB6D
Black with #55CB6D
Text Example
Text Example
White with #55CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB6D; }
p { color: rgb(85,203,109); }
H1.HeaderClassName
{
color: #55CB6D;
}
.AnyTagClassName
{
color: #55CB6D;
}
</style>
background-color css
<style>
a { background-color: #55CB6D; }
a { background-color: rgb(85,203,109); }
div.DivClassName
{
background-color: #55CB6D;
}
.BgClassName
{
background-color: #55CB6D;
}
</style>
border-color css
<style>
span { border-color: #55CB6D; }
span { border-color: rgb(85,203,109); }
td.TdClassName
{
border-color: #55CB6D;
}
.TagClassName
{
border-color: #55CB6D;
}
</style>