Shades of Emerald #55C772
Tints of Emerald #55C772
RGB
CMYK
RGB Variations
Color information
#55C772 (or 0x55C772) is known color: Emerald. HEX triplet: 55, C7 and 72. RGB value is (85,199,114). Sum of RGB (Red+Green+Blue) = 85+199+114=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #55C772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C772 is #AA388D. Grayscale: #9B9B9B. Windows color (decimal): -11155598 or 7522133. OLE color: 7522133.
HSL color Cylindrical-coordinate representation of color #55C772: hue angle of 135.26º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C772 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 114 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.22 |
| HSL | 135.26º | 0.5% | 0.56% | - |
| HSV(B) | 135.26º | 0.57% | 0.78% | - |
| XYZ | 27.21 | 43.99 | 22.98 | - |
| YUV | 155.22 | 104.73 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 114 | 0.57 | 0 | 0.43 | 0.22 | 135.26 | 0.5 | 0.56 |
| Hex | 55 | C7 | 72 | 39 | 0 | 2B | 16 | 87 | 32 | 38 |
| Octal | 125 | 307 | 162 | 71 | 0 | 53 | 26 | 207 | 62 | 70 |
| Binary | 1010101 | 11000111 | 1110010 | 111001 | 0 | 101011 | 10110 | 10000111 | 110010 | 111000 |
Color Harmonies of #55C772
Complementary color
Monochromatic Colors of #55C772
Black with #55C772
Text Example
Text Example
White with #55C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C772; }
p { color: rgb(85,199,114); }
H1.HeaderClassName
{
color: #55C772;
}
.AnyTagClassName
{
color: #55C772;
}
</style>
background-color css
<style>
a { background-color: #55C772; }
a { background-color: rgb(85,199,114); }
div.DivClassName
{
background-color: #55C772;
}
.BgClassName
{
background-color: #55C772;
}
</style>
border-color css
<style>
span { border-color: #55C772; }
span { border-color: rgb(85,199,114); }
td.TdClassName
{
border-color: #55C772;
}
.TagClassName
{
border-color: #55C772;
}
</style>