Shades of Fruit Salad #53AB5D
Tints of Fruit Salad #53AB5D
RGB
CMYK
RGB Variations
Color information
#53AB5D (or 0x53AB5D) is known color: Fruit Salad. HEX triplet: 53, AB and 5D. RGB value is (83,171,93). Sum of RGB (Red+Green+Blue) = 83+171+93=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AB5D is #AC54A2. Grayscale: #888888. Windows color (decimal): -11293859 or 6138707. OLE color: 6138707.
HSL color Cylindrical-coordinate representation of color #53AB5D: hue angle of 126.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB5D is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 93 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.33 |
| HSL | 126.82º | 0.35% | 0.5% | - |
| HSV(B) | 126.82º | 0.51% | 0.67% | - |
| XYZ | 20.11 | 31.76 | 15.43 | - |
| YUV | 135.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 93 | 0.51 | 0 | 0.46 | 0.33 | 126.82 | 0.35 | 0.5 |
| Hex | 53 | AB | 5D | 33 | 0 | 2E | 21 | 7F | 23 | 32 |
| Octal | 123 | 253 | 135 | 63 | 0 | 56 | 41 | 177 | 43 | 62 |
| Binary | 1010011 | 10101011 | 1011101 | 110011 | 0 | 101110 | 100001 | 1111111 | 100011 | 110010 |
Color Harmonies of #53AB5D
Complementary color
Monochromatic Colors of #53AB5D
Black with #53AB5D
Text Example
Text Example
White with #53AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB5D; }
p { color: rgb(83,171,93); }
H1.HeaderClassName
{
color: #53AB5D;
}
.AnyTagClassName
{
color: #53AB5D;
}
</style>
background-color css
<style>
a { background-color: #53AB5D; }
a { background-color: rgb(83,171,93); }
div.DivClassName
{
background-color: #53AB5D;
}
.BgClassName
{
background-color: #53AB5D;
}
</style>
border-color css
<style>
span { border-color: #53AB5D; }
span { border-color: rgb(83,171,93); }
td.TdClassName
{
border-color: #53AB5D;
}
.TagClassName
{
border-color: #53AB5D;
}
</style>