Shades of Fruit Salad #57A35D
Tints of Fruit Salad #57A35D
RGB
CMYK
RGB Variations
Color information
#57A35D (or 0x57A35D) is known color: Fruit Salad. HEX triplet: 57, A3 and 5D. RGB value is (87,163,93). Sum of RGB (Red+Green+Blue) = 87+163+93=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #57A35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A35D is #A85CA2. Grayscale: #848484. Windows color (decimal): -11033763 or 6136663. OLE color: 6136663.
HSL color Cylindrical-coordinate representation of color #57A35D: hue angle of 124.74º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A35D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 93 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.36 |
| HSL | 124.74º | 0.3% | 0.49% | - |
| HSV(B) | 124.74º | 0.47% | 0.64% | - |
| XYZ | 19 | 29.01 | 14.95 | - |
| YUV | 132.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 93 | 0.47 | 0 | 0.43 | 0.36 | 124.74 | 0.3 | 0.49 |
| Hex | 57 | A3 | 5D | 2F | 0 | 2B | 24 | 7D | 1E | 31 |
| Octal | 127 | 243 | 135 | 57 | 0 | 53 | 44 | 175 | 36 | 61 |
| Binary | 1010111 | 10100011 | 1011101 | 101111 | 0 | 101011 | 100100 | 1111101 | 11110 | 110001 |
Color Harmonies of #57A35D
Complementary color
Monochromatic Colors of #57A35D
Black with #57A35D
Text Example
Text Example
White with #57A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A35D; }
p { color: rgb(87,163,93); }
H1.HeaderClassName
{
color: #57A35D;
}
.AnyTagClassName
{
color: #57A35D;
}
</style>
background-color css
<style>
a { background-color: #57A35D; }
a { background-color: rgb(87,163,93); }
div.DivClassName
{
background-color: #57A35D;
}
.BgClassName
{
background-color: #57A35D;
}
</style>
border-color css
<style>
span { border-color: #57A35D; }
span { border-color: rgb(87,163,93); }
td.TdClassName
{
border-color: #57A35D;
}
.TagClassName
{
border-color: #57A35D;
}
</style>