Shades of Fruit Salad #55B14D
Tints of Fruit Salad #55B14D
RGB
CMYK
RGB Variations
Color information
#55B14D (or 0x55B14D) is known color: Fruit Salad. HEX triplet: 55, B1 and 4D. RGB value is (85,177,77). Sum of RGB (Red+Green+Blue) = 85+177+77=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #55B14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B14D is #AA4EB2. Grayscale: #8A8A8A. Windows color (decimal): -11161267 or 5091669. OLE color: 5091669.
HSL color Cylindrical-coordinate representation of color #55B14D: hue angle of 115.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55B14D is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 77 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.31 |
| HSL | 115.2º | 0.39% | 0.5% | - |
| HSV(B) | 115.2º | 0.56% | 0.69% | - |
| XYZ | 20.81 | 33.91 | 12.47 | - |
| YUV | 138.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 77 | 0.52 | 0 | 0.56 | 0.31 | 115.2 | 0.39 | 0.5 |
| Hex | 55 | B1 | 4D | 34 | 0 | 38 | 1F | 73 | 27 | 32 |
| Octal | 125 | 261 | 115 | 64 | 0 | 70 | 37 | 163 | 47 | 62 |
| Binary | 1010101 | 10110001 | 1001101 | 110100 | 0 | 111000 | 11111 | 1110011 | 100111 | 110010 |
Color Harmonies of #55B14D
Complementary color
Monochromatic Colors of #55B14D
Black with #55B14D
Text Example
Text Example
White with #55B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B14D; }
p { color: rgb(85,177,77); }
H1.HeaderClassName
{
color: #55B14D;
}
.AnyTagClassName
{
color: #55B14D;
}
</style>
background-color css
<style>
a { background-color: #55B14D; }
a { background-color: rgb(85,177,77); }
div.DivClassName
{
background-color: #55B14D;
}
.BgClassName
{
background-color: #55B14D;
}
</style>
border-color css
<style>
span { border-color: #55B14D; }
span { border-color: rgb(85,177,77); }
td.TdClassName
{
border-color: #55B14D;
}
.TagClassName
{
border-color: #55B14D;
}
</style>