Shades of Fruit Salad #55AC4D
Tints of Fruit Salad #55AC4D
RGB
CMYK
RGB Variations
Color information
#55AC4D (or 0x55AC4D) is known color: Fruit Salad. HEX triplet: 55, AC and 4D. RGB value is (85,172,77). Sum of RGB (Red+Green+Blue) = 85+172+77=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC4D is #AA53B2. Grayscale: #878787. Windows color (decimal): -11162547 or 5090389. OLE color: 5090389.
HSL color Cylindrical-coordinate representation of color #55AC4D: hue angle of 114.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AC4D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 77 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.33 |
| HSL | 114.95º | 0.38% | 0.49% | - |
| HSV(B) | 114.95º | 0.55% | 0.67% | - |
| XYZ | 19.84 | 31.97 | 12.15 | - |
| YUV | 135.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 77 | 0.51 | 0 | 0.55 | 0.33 | 114.95 | 0.38 | 0.49 |
| Hex | 55 | AC | 4D | 33 | 0 | 37 | 21 | 73 | 26 | 31 |
| Octal | 125 | 254 | 115 | 63 | 0 | 67 | 41 | 163 | 46 | 61 |
| Binary | 1010101 | 10101100 | 1001101 | 110011 | 0 | 110111 | 100001 | 1110011 | 100110 | 110001 |
Color Harmonies of #55AC4D
Complementary color
Monochromatic Colors of #55AC4D
Black with #55AC4D
Text Example
Text Example
White with #55AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC4D; }
p { color: rgb(85,172,77); }
H1.HeaderClassName
{
color: #55AC4D;
}
.AnyTagClassName
{
color: #55AC4D;
}
</style>
background-color css
<style>
a { background-color: #55AC4D; }
a { background-color: rgb(85,172,77); }
div.DivClassName
{
background-color: #55AC4D;
}
.BgClassName
{
background-color: #55AC4D;
}
</style>
border-color css
<style>
span { border-color: #55AC4D; }
span { border-color: rgb(85,172,77); }
td.TdClassName
{
border-color: #55AC4D;
}
.TagClassName
{
border-color: #55AC4D;
}
</style>