Shades of Emerald #55DF6F
Tints of Emerald #55DF6F
RGB
CMYK
RGB Variations
Color information
#55DF6F (or 0x55DF6F) is known color: Emerald. HEX triplet: 55, DF and 6F. RGB value is (85,223,111). Sum of RGB (Red+Green+Blue) = 85+223+111=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DF6F is #AA2090. Grayscale: #A9A9A9. Windows color (decimal): -11149457 or 7331669. OLE color: 7331669.
HSL color Cylindrical-coordinate representation of color #55DF6F: hue angle of 131.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DF6F is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 111 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.13 |
| HSL | 131.3º | 0.68% | 0.6% | - |
| HSV(B) | 131.3º | 0.62% | 0.87% | - |
| XYZ | 33 | 55.85 | 24.08 | - |
| YUV | 168.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 111 | 0.62 | 0 | 0.50 | 0.13 | 131.3 | 0.68 | 0.6 |
| Hex | 55 | DF | 6F | 3E | 0 | 32 | D | 83 | 44 | 3C |
| Octal | 125 | 337 | 157 | 76 | 0 | 62 | 15 | 203 | 104 | 74 |
| Binary | 1010101 | 11011111 | 1101111 | 111110 | 0 | 110010 | 1101 | 10000011 | 1000100 | 111100 |
Color Harmonies of #55DF6F
Complementary color
Monochromatic Colors of #55DF6F
Black with #55DF6F
Text Example
Text Example
White with #55DF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF6F; }
p { color: rgb(85,223,111); }
H1.HeaderClassName
{
color: #55DF6F;
}
.AnyTagClassName
{
color: #55DF6F;
}
</style>
background-color css
<style>
a { background-color: #55DF6F; }
a { background-color: rgb(85,223,111); }
div.DivClassName
{
background-color: #55DF6F;
}
.BgClassName
{
background-color: #55DF6F;
}
</style>
border-color css
<style>
span { border-color: #55DF6F; }
span { border-color: rgb(85,223,111); }
td.TdClassName
{
border-color: #55DF6F;
}
.TagClassName
{
border-color: #55DF6F;
}
</style>