Shades of Emerald #55CE7F
Tints of Emerald #55CE7F
RGB
CMYK
RGB Variations
Color information
#55CE7F (or 0x55CE7F) is known color: Emerald. HEX triplet: 55, CE and 7F. RGB value is (85,206,127). Sum of RGB (Red+Green+Blue) = 85+206+127=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE7F is #AA3180. Grayscale: #A1A1A1. Windows color (decimal): -11153793 or 8375893. OLE color: 8375893.
HSL color Cylindrical-coordinate representation of color #55CE7F: hue angle of 140.83º degrees, saturation: 0.55, 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 #55CE7F is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 127 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.19 |
| HSL | 140.83º | 0.55% | 0.57% | - |
| HSV(B) | 140.83º | 0.59% | 0.81% | - |
| XYZ | 29.65 | 47.61 | 27.7 | - |
| YUV | 160.82 | 108.91 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 127 | 0.59 | 0 | 0.38 | 0.19 | 140.83 | 0.55 | 0.57 |
| Hex | 55 | CE | 7F | 3B | 0 | 26 | 13 | 8D | 37 | 39 |
| Octal | 125 | 316 | 177 | 73 | 0 | 46 | 23 | 215 | 67 | 71 |
| Binary | 1010101 | 11001110 | 1111111 | 111011 | 0 | 100110 | 10011 | 10001101 | 110111 | 111001 |
Color Harmonies of #55CE7F
Complementary color
Monochromatic Colors of #55CE7F
Black with #55CE7F
Text Example
Text Example
White with #55CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE7F; }
p { color: rgb(85,206,127); }
H1.HeaderClassName
{
color: #55CE7F;
}
.AnyTagClassName
{
color: #55CE7F;
}
</style>
background-color css
<style>
a { background-color: #55CE7F; }
a { background-color: rgb(85,206,127); }
div.DivClassName
{
background-color: #55CE7F;
}
.BgClassName
{
background-color: #55CE7F;
}
</style>
border-color css
<style>
span { border-color: #55CE7F; }
span { border-color: rgb(85,206,127); }
td.TdClassName
{
border-color: #55CE7F;
}
.TagClassName
{
border-color: #55CE7F;
}
</style>