Shades of Emerald #55DF6A
Tints of Emerald #55DF6A
RGB
CMYK
RGB Variations
Color information
#55DF6A (or 0x55DF6A) is known color: Emerald. HEX triplet: 55, DF and 6A. RGB value is (85,223,106). Sum of RGB (Red+Green+Blue) = 85+223+106=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DF6A is #AA2095. Grayscale: #A8A8A8. Windows color (decimal): -11149462 or 7003989. OLE color: 7003989.
HSL color Cylindrical-coordinate representation of color #55DF6A: hue angle of 129.13º 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 #55DF6A is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 106 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.13 |
| HSL | 129.13º | 0.68% | 0.6% | - |
| HSV(B) | 129.13º | 0.62% | 0.87% | - |
| XYZ | 32.74 | 55.75 | 22.67 | - |
| YUV | 168.4 | 92.78 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 106 | 0.62 | 0 | 0.52 | 0.13 | 129.13 | 0.68 | 0.6 |
| Hex | 55 | DF | 6A | 3E | 0 | 34 | D | 81 | 44 | 3C |
| Octal | 125 | 337 | 152 | 76 | 0 | 64 | 15 | 201 | 104 | 74 |
| Binary | 1010101 | 11011111 | 1101010 | 111110 | 0 | 110100 | 1101 | 10000001 | 1000100 | 111100 |
Color Harmonies of #55DF6A
Complementary color
Monochromatic Colors of #55DF6A
Black with #55DF6A
Text Example
Text Example
White with #55DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF6A; }
p { color: rgb(85,223,106); }
H1.HeaderClassName
{
color: #55DF6A;
}
.AnyTagClassName
{
color: #55DF6A;
}
</style>
background-color css
<style>
a { background-color: #55DF6A; }
a { background-color: rgb(85,223,106); }
div.DivClassName
{
background-color: #55DF6A;
}
.BgClassName
{
background-color: #55DF6A;
}
</style>
border-color css
<style>
span { border-color: #55DF6A; }
span { border-color: rgb(85,223,106); }
td.TdClassName
{
border-color: #55DF6A;
}
.TagClassName
{
border-color: #55DF6A;
}
</style>