Shades of Fruit Salad #53AD54
Tints of Fruit Salad #53AD54
RGB
CMYK
RGB Variations
Color information
#53AD54 (or 0x53AD54) is known color: Fruit Salad. HEX triplet: 53, AD and 54. RGB value is (83,173,84). Sum of RGB (Red+Green+Blue) = 83+173+84=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD54 is #AC52AB. Grayscale: #888888. Windows color (decimal): -11293356 or 5549395. OLE color: 5549395.
HSL color Cylindrical-coordinate representation of color #53AD54: hue angle of 120.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD54 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 84 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.32 |
| HSL | 120.67º | 0.35% | 0.5% | - |
| HSV(B) | 120.67º | 0.52% | 0.68% | - |
| XYZ | 20.11 | 32.37 | 13.57 | - |
| YUV | 135.94 | 98.68 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 84 | 0.52 | 0 | 0.51 | 0.32 | 120.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 54 | 34 | 0 | 33 | 20 | 79 | 23 | 32 |
| Octal | 123 | 255 | 124 | 64 | 0 | 63 | 40 | 171 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1010100 | 110100 | 0 | 110011 | 100000 | 1111001 | 100011 | 110010 |
Color Harmonies of #53AD54
Complementary color
Monochromatic Colors of #53AD54
Black with #53AD54
Text Example
Text Example
White with #53AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD54; }
p { color: rgb(83,173,84); }
H1.HeaderClassName
{
color: #53AD54;
}
.AnyTagClassName
{
color: #53AD54;
}
</style>
background-color css
<style>
a { background-color: #53AD54; }
a { background-color: rgb(83,173,84); }
div.DivClassName
{
background-color: #53AD54;
}
.BgClassName
{
background-color: #53AD54;
}
</style>
border-color css
<style>
span { border-color: #53AD54; }
span { border-color: rgb(83,173,84); }
td.TdClassName
{
border-color: #53AD54;
}
.TagClassName
{
border-color: #53AD54;
}
</style>