Shades of Fruit Salad #53B155
Tints of Fruit Salad #53B155
RGB
CMYK
RGB Variations
Color information
#53B155 (or 0x53B155) is known color: Fruit Salad. HEX triplet: 53, B1 and 55. RGB value is (83,177,85). Sum of RGB (Red+Green+Blue) = 83+177+85=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #53B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B155 is #AC4EAA. Grayscale: #8A8A8A. Windows color (decimal): -11292331 or 5615955. OLE color: 5615955.
HSL color Cylindrical-coordinate representation of color #53B155: hue angle of 121.28º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B155 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 85 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.31 |
| HSL | 121.28º | 0.38% | 0.51% | - |
| HSV(B) | 121.28º | 0.53% | 0.69% | - |
| XYZ | 20.93 | 33.94 | 14.04 | - |
| YUV | 138.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 85 | 0.53 | 0 | 0.52 | 0.31 | 121.28 | 0.38 | 0.51 |
| Hex | 53 | B1 | 55 | 35 | 0 | 34 | 1F | 79 | 26 | 33 |
| Octal | 123 | 261 | 125 | 65 | 0 | 64 | 37 | 171 | 46 | 63 |
| Binary | 1010011 | 10110001 | 1010101 | 110101 | 0 | 110100 | 11111 | 1111001 | 100110 | 110011 |
Color Harmonies of #53B155
Complementary color
Monochromatic Colors of #53B155
Black with #53B155
Text Example
Text Example
White with #53B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B155; }
p { color: rgb(83,177,85); }
H1.HeaderClassName
{
color: #53B155;
}
.AnyTagClassName
{
color: #53B155;
}
</style>
background-color css
<style>
a { background-color: #53B155; }
a { background-color: rgb(83,177,85); }
div.DivClassName
{
background-color: #53B155;
}
.BgClassName
{
background-color: #53B155;
}
</style>
border-color css
<style>
span { border-color: #53B155; }
span { border-color: rgb(83,177,85); }
td.TdClassName
{
border-color: #53B155;
}
.TagClassName
{
border-color: #53B155;
}
</style>