Shades of Fruit Salad #53AD5D
Tints of Fruit Salad #53AD5D
RGB
CMYK
RGB Variations
Color information
#53AD5D (or 0x53AD5D) is known color: Fruit Salad. HEX triplet: 53, AD and 5D. RGB value is (83,173,93). Sum of RGB (Red+Green+Blue) = 83+173+93=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD5D is #AC52A2. Grayscale: #898989. Windows color (decimal): -11293347 or 6139219. OLE color: 6139219.
HSL color Cylindrical-coordinate representation of color #53AD5D: hue angle of 126.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 #53AD5D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 93 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.32 |
| HSL | 126.67º | 0.35% | 0.5% | - |
| HSV(B) | 126.67º | 0.52% | 0.68% | - |
| XYZ | 20.49 | 32.52 | 15.55 | - |
| YUV | 136.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 93 | 0.52 | 0 | 0.46 | 0.32 | 126.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 5D | 34 | 0 | 2E | 20 | 7F | 23 | 32 |
| Octal | 123 | 255 | 135 | 64 | 0 | 56 | 40 | 177 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1011101 | 110100 | 0 | 101110 | 100000 | 1111111 | 100011 | 110010 |
Color Harmonies of #53AD5D
Complementary color
Monochromatic Colors of #53AD5D
Black with #53AD5D
Text Example
Text Example
White with #53AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD5D; }
p { color: rgb(83,173,93); }
H1.HeaderClassName
{
color: #53AD5D;
}
.AnyTagClassName
{
color: #53AD5D;
}
</style>
background-color css
<style>
a { background-color: #53AD5D; }
a { background-color: rgb(83,173,93); }
div.DivClassName
{
background-color: #53AD5D;
}
.BgClassName
{
background-color: #53AD5D;
}
</style>
border-color css
<style>
span { border-color: #53AD5D; }
span { border-color: rgb(83,173,93); }
td.TdClassName
{
border-color: #53AD5D;
}
.TagClassName
{
border-color: #53AD5D;
}
</style>