Shades of Fruit Salad #55AD4C
Tints of Fruit Salad #55AD4C
RGB
CMYK
RGB Variations
Color information
#55AD4C (or 0x55AD4C) is known color: Fruit Salad. HEX triplet: 55, AD and 4C. RGB value is (85,173,76). Sum of RGB (Red+Green+Blue) = 85+173+76=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD4C is #AA52B3. Grayscale: #878787. Windows color (decimal): -11162292 or 5025109. OLE color: 5025109.
HSL color Cylindrical-coordinate representation of color #55AD4C: hue angle of 114.43º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55AD4C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 76 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.32 |
| HSL | 114.43º | 0.39% | 0.49% | - |
| HSV(B) | 114.43º | 0.56% | 0.68% | - |
| XYZ | 19.99 | 32.34 | 12.03 | - |
| YUV | 135.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 76 | 0.51 | 0 | 0.56 | 0.32 | 114.43 | 0.39 | 0.49 |
| Hex | 55 | AD | 4C | 33 | 0 | 38 | 20 | 72 | 27 | 31 |
| Octal | 125 | 255 | 114 | 63 | 0 | 70 | 40 | 162 | 47 | 61 |
| Binary | 1010101 | 10101101 | 1001100 | 110011 | 0 | 111000 | 100000 | 1110010 | 100111 | 110001 |
Color Harmonies of #55AD4C
Complementary color
Monochromatic Colors of #55AD4C
Black with #55AD4C
Text Example
Text Example
White with #55AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD4C; }
p { color: rgb(85,173,76); }
H1.HeaderClassName
{
color: #55AD4C;
}
.AnyTagClassName
{
color: #55AD4C;
}
</style>
background-color css
<style>
a { background-color: #55AD4C; }
a { background-color: rgb(85,173,76); }
div.DivClassName
{
background-color: #55AD4C;
}
.BgClassName
{
background-color: #55AD4C;
}
</style>
border-color css
<style>
span { border-color: #55AD4C; }
span { border-color: rgb(85,173,76); }
td.TdClassName
{
border-color: #55AD4C;
}
.TagClassName
{
border-color: #55AD4C;
}
</style>