Shades of Emerald #55CB70
Tints of Emerald #55CB70
RGB
CMYK
RGB Variations
Color information
#55CB70 (or 0x55CB70) is known color: Emerald. HEX triplet: 55, CB and 70. RGB value is (85,203,112). Sum of RGB (Red+Green+Blue) = 85+203+112=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB70 is #AA348F. Grayscale: #9D9D9D. Windows color (decimal): -11154576 or 7392085. OLE color: 7392085.
HSL color Cylindrical-coordinate representation of color #55CB70: hue angle of 133.73º 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 #55CB70 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 112 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.20 |
| HSL | 133.73º | 0.53% | 0.56% | - |
| HSV(B) | 133.73º | 0.58% | 0.8% | - |
| XYZ | 28.03 | 45.81 | 22.69 | - |
| YUV | 157.34 | 102.41 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 112 | 0.58 | 0 | 0.45 | 0.20 | 133.73 | 0.53 | 0.56 |
| Hex | 55 | CB | 70 | 3A | 0 | 2D | 14 | 86 | 35 | 38 |
| Octal | 125 | 313 | 160 | 72 | 0 | 55 | 24 | 206 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1110000 | 111010 | 0 | 101101 | 10100 | 10000110 | 110101 | 111000 |
Color Harmonies of #55CB70
Complementary color
Monochromatic Colors of #55CB70
Black with #55CB70
Text Example
Text Example
White with #55CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB70; }
p { color: rgb(85,203,112); }
H1.HeaderClassName
{
color: #55CB70;
}
.AnyTagClassName
{
color: #55CB70;
}
</style>
background-color css
<style>
a { background-color: #55CB70; }
a { background-color: rgb(85,203,112); }
div.DivClassName
{
background-color: #55CB70;
}
.BgClassName
{
background-color: #55CB70;
}
</style>
border-color css
<style>
span { border-color: #55CB70; }
span { border-color: rgb(85,203,112); }
td.TdClassName
{
border-color: #55CB70;
}
.TagClassName
{
border-color: #55CB70;
}
</style>