Shades of Fruit Salad #55AB54
Tints of Fruit Salad #55AB54
RGB
CMYK
RGB Variations
Color information
#55AB54 (or 0x55AB54) is known color: Fruit Salad. HEX triplet: 55, AB and 54. RGB value is (85,171,84). Sum of RGB (Red+Green+Blue) = 85+171+84=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB54 is #AA54AB. Grayscale: #878787. Windows color (decimal): -11162796 or 5548885. OLE color: 5548885.
HSL color Cylindrical-coordinate representation of color #55AB54: hue angle of 119.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AB54 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 84 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.33 |
| HSL | 119.31º | 0.34% | 0.5% | - |
| HSV(B) | 119.31º | 0.51% | 0.67% | - |
| XYZ | 19.91 | 31.7 | 13.46 | - |
| YUV | 135.37 | 99.01 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 84 | 0.50 | 0 | 0.51 | 0.33 | 119.31 | 0.34 | 0.5 |
| Hex | 55 | AB | 54 | 32 | 0 | 33 | 21 | 77 | 22 | 32 |
| Octal | 125 | 253 | 124 | 62 | 0 | 63 | 41 | 167 | 42 | 62 |
| Binary | 1010101 | 10101011 | 1010100 | 110010 | 0 | 110011 | 100001 | 1110111 | 100010 | 110010 |
Color Harmonies of #55AB54
Complementary color
Monochromatic Colors of #55AB54
Black with #55AB54
Text Example
Text Example
White with #55AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB54; }
p { color: rgb(85,171,84); }
H1.HeaderClassName
{
color: #55AB54;
}
.AnyTagClassName
{
color: #55AB54;
}
</style>
background-color css
<style>
a { background-color: #55AB54; }
a { background-color: rgb(85,171,84); }
div.DivClassName
{
background-color: #55AB54;
}
.BgClassName
{
background-color: #55AB54;
}
</style>
border-color css
<style>
span { border-color: #55AB54; }
span { border-color: rgb(85,171,84); }
td.TdClassName
{
border-color: #55AB54;
}
.TagClassName
{
border-color: #55AB54;
}
</style>