Shades of Emerald #55CF6F
Tints of Emerald #55CF6F
RGB
CMYK
RGB Variations
Color information
#55CF6F (or 0x55CF6F) is known color: Emerald. HEX triplet: 55, CF and 6F. RGB value is (85,207,111). Sum of RGB (Red+Green+Blue) = 85+207+111=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CF6F is #AA3090. Grayscale: #9F9F9F. Windows color (decimal): -11153553 or 7327573. OLE color: 7327573.
HSL color Cylindrical-coordinate representation of color #55CF6F: hue angle of 132.79º 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 #55CF6F is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 111 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.19 |
| HSL | 132.79º | 0.56% | 0.57% | - |
| HSV(B) | 132.79º | 0.59% | 0.81% | - |
| XYZ | 28.93 | 47.7 | 22.72 | - |
| YUV | 159.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 111 | 0.59 | 0 | 0.46 | 0.19 | 132.79 | 0.56 | 0.57 |
| Hex | 55 | CF | 6F | 3B | 0 | 2E | 13 | 85 | 38 | 39 |
| Octal | 125 | 317 | 157 | 73 | 0 | 56 | 23 | 205 | 70 | 71 |
| Binary | 1010101 | 11001111 | 1101111 | 111011 | 0 | 101110 | 10011 | 10000101 | 111000 | 111001 |
Color Harmonies of #55CF6F
Complementary color
Monochromatic Colors of #55CF6F
Black with #55CF6F
Text Example
Text Example
White with #55CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF6F; }
p { color: rgb(85,207,111); }
H1.HeaderClassName
{
color: #55CF6F;
}
.AnyTagClassName
{
color: #55CF6F;
}
</style>
background-color css
<style>
a { background-color: #55CF6F; }
a { background-color: rgb(85,207,111); }
div.DivClassName
{
background-color: #55CF6F;
}
.BgClassName
{
background-color: #55CF6F;
}
</style>
border-color css
<style>
span { border-color: #55CF6F; }
span { border-color: rgb(85,207,111); }
td.TdClassName
{
border-color: #55CF6F;
}
.TagClassName
{
border-color: #55CF6F;
}
</style>