Shades of Fruit Salad #53BA56
Tints of Fruit Salad #53BA56
RGB
CMYK
RGB Variations
Color information
#53BA56 (or 0x53BA56) is known color: Fruit Salad. HEX triplet: 53, BA and 56. RGB value is (83,186,86). Sum of RGB (Red+Green+Blue) = 83+186+86=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA56 is #AC45A9. Grayscale: #909090. Windows color (decimal): -11290026 or 5683795. OLE color: 5683795.
HSL color Cylindrical-coordinate representation of color #53BA56: hue angle of 121.75º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA56 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 86 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.27 |
| HSL | 121.75º | 0.43% | 0.53% | - |
| HSV(B) | 121.75º | 0.55% | 0.73% | - |
| XYZ | 22.81 | 37.63 | 14.87 | - |
| YUV | 143.8 | 95.38 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 86 | 0.55 | 0 | 0.54 | 0.27 | 121.75 | 0.43 | 0.53 |
| Hex | 53 | BA | 56 | 37 | 0 | 36 | 1B | 7A | 2B | 35 |
| Octal | 123 | 272 | 126 | 67 | 0 | 66 | 33 | 172 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1010110 | 110111 | 0 | 110110 | 11011 | 1111010 | 101011 | 110101 |
Color Harmonies of #53BA56
Complementary color
Monochromatic Colors of #53BA56
Black with #53BA56
Text Example
Text Example
White with #53BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA56; }
p { color: rgb(83,186,86); }
H1.HeaderClassName
{
color: #53BA56;
}
.AnyTagClassName
{
color: #53BA56;
}
</style>
background-color css
<style>
a { background-color: #53BA56; }
a { background-color: rgb(83,186,86); }
div.DivClassName
{
background-color: #53BA56;
}
.BgClassName
{
background-color: #53BA56;
}
</style>
border-color css
<style>
span { border-color: #53BA56; }
span { border-color: rgb(83,186,86); }
td.TdClassName
{
border-color: #53BA56;
}
.TagClassName
{
border-color: #53BA56;
}
</style>