Shades of Emerald #55CA7B
Tints of Emerald #55CA7B
RGB
CMYK
RGB Variations
Color information
#55CA7B (or 0x55CA7B) is known color: Emerald. HEX triplet: 55, CA and 7B. RGB value is (85,202,123). Sum of RGB (Red+Green+Blue) = 85+202+123=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA7B is #AA3584. Grayscale: #9E9E9E. Windows color (decimal): -11154821 or 8112725. OLE color: 8112725.
HSL color Cylindrical-coordinate representation of color #55CA7B: hue angle of 139.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA7B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 123 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.21 |
| HSL | 139.49º | 0.52% | 0.56% | - |
| HSV(B) | 139.49º | 0.58% | 0.79% | - |
| XYZ | 28.44 | 45.6 | 26.04 | - |
| YUV | 158.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 123 | 0.58 | 0 | 0.39 | 0.21 | 139.49 | 0.52 | 0.56 |
| Hex | 55 | CA | 7B | 3A | 0 | 27 | 15 | 8B | 34 | 38 |
| Octal | 125 | 312 | 173 | 72 | 0 | 47 | 25 | 213 | 64 | 70 |
| Binary | 1010101 | 11001010 | 1111011 | 111010 | 0 | 100111 | 10101 | 10001011 | 110100 | 111000 |
Color Harmonies of #55CA7B
Complementary color
Monochromatic Colors of #55CA7B
Black with #55CA7B
Text Example
Text Example
White with #55CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA7B; }
p { color: rgb(85,202,123); }
H1.HeaderClassName
{
color: #55CA7B;
}
.AnyTagClassName
{
color: #55CA7B;
}
</style>
background-color css
<style>
a { background-color: #55CA7B; }
a { background-color: rgb(85,202,123); }
div.DivClassName
{
background-color: #55CA7B;
}
.BgClassName
{
background-color: #55CA7B;
}
</style>
border-color css
<style>
span { border-color: #55CA7B; }
span { border-color: rgb(85,202,123); }
td.TdClassName
{
border-color: #55CA7B;
}
.TagClassName
{
border-color: #55CA7B;
}
</style>