Shades of Emerald #55CB71
Tints of Emerald #55CB71
RGB
CMYK
RGB Variations
Color information
#55CB71 (or 0x55CB71) is known color: Emerald. HEX triplet: 55, CB and 71. RGB value is (85,203,113). Sum of RGB (Red+Green+Blue) = 85+203+113=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB71 is #AA348E. Grayscale: #9D9D9D. Windows color (decimal): -11154575 or 7457621. OLE color: 7457621.
HSL color Cylindrical-coordinate representation of color #55CB71: hue angle of 134.24º 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 #55CB71 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 113 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.20 |
| HSL | 134.24º | 0.53% | 0.56% | - |
| HSV(B) | 134.24º | 0.58% | 0.8% | - |
| XYZ | 28.08 | 45.84 | 22.99 | - |
| YUV | 157.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 113 | 0.58 | 0 | 0.44 | 0.20 | 134.24 | 0.53 | 0.56 |
| Hex | 55 | CB | 71 | 3A | 0 | 2C | 14 | 86 | 35 | 38 |
| Octal | 125 | 313 | 161 | 72 | 0 | 54 | 24 | 206 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1110001 | 111010 | 0 | 101100 | 10100 | 10000110 | 110101 | 111000 |
Color Harmonies of #55CB71
Complementary color
Monochromatic Colors of #55CB71
Black with #55CB71
Text Example
Text Example
White with #55CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB71; }
p { color: rgb(85,203,113); }
H1.HeaderClassName
{
color: #55CB71;
}
.AnyTagClassName
{
color: #55CB71;
}
</style>
background-color css
<style>
a { background-color: #55CB71; }
a { background-color: rgb(85,203,113); }
div.DivClassName
{
background-color: #55CB71;
}
.BgClassName
{
background-color: #55CB71;
}
</style>
border-color css
<style>
span { border-color: #55CB71; }
span { border-color: rgb(85,203,113); }
td.TdClassName
{
border-color: #55CB71;
}
.TagClassName
{
border-color: #55CB71;
}
</style>