Shades of Emerald #55CF85
Tints of Emerald #55CF85
RGB
CMYK
RGB Variations
Color information
#55CF85 (or 0x55CF85) is known color: Emerald. HEX triplet: 55, CF and 85. RGB value is (85,207,133). Sum of RGB (Red+Green+Blue) = 85+207+133=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF85 is #AA307A. Grayscale: #A2A2A2. Windows color (decimal): -11153531 or 8769365. OLE color: 8769365.
HSL color Cylindrical-coordinate representation of color #55CF85: hue angle of 143.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF85 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 133 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.19 |
| HSL | 143.61º | 0.56% | 0.57% | - |
| HSV(B) | 143.61º | 0.59% | 0.81% | - |
| XYZ | 30.29 | 48.25 | 29.91 | - |
| YUV | 162.09 | 111.58 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 133 | 0.59 | 0 | 0.36 | 0.19 | 143.61 | 0.56 | 0.57 |
| Hex | 55 | CF | 85 | 3B | 0 | 24 | 13 | 90 | 38 | 39 |
| Octal | 125 | 317 | 205 | 73 | 0 | 44 | 23 | 220 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10000101 | 111011 | 0 | 100100 | 10011 | 10010000 | 111000 | 111001 |
Color Harmonies of #55CF85
Complementary color
Monochromatic Colors of #55CF85
Black with #55CF85
Text Example
Text Example
White with #55CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF85; }
p { color: rgb(85,207,133); }
H1.HeaderClassName
{
color: #55CF85;
}
.AnyTagClassName
{
color: #55CF85;
}
</style>
background-color css
<style>
a { background-color: #55CF85; }
a { background-color: rgb(85,207,133); }
div.DivClassName
{
background-color: #55CF85;
}
.BgClassName
{
background-color: #55CF85;
}
</style>
border-color css
<style>
span { border-color: #55CF85; }
span { border-color: rgb(85,207,133); }
td.TdClassName
{
border-color: #55CF85;
}
.TagClassName
{
border-color: #55CF85;
}
</style>