Shades of Fruit Salad #57AB5D
Tints of Fruit Salad #57AB5D
RGB
CMYK
RGB Variations
Color information
#57AB5D (or 0x57AB5D) is known color: Fruit Salad. HEX triplet: 57, AB and 5D. RGB value is (87,171,93). Sum of RGB (Red+Green+Blue) = 87+171+93=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB5D is #A854A2. Grayscale: #898989. Windows color (decimal): -11031715 or 6138711. OLE color: 6138711.
HSL color Cylindrical-coordinate representation of color #57AB5D: hue angle of 124.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AB5D is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 93 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.33 |
| HSL | 124.29º | 0.33% | 0.51% | - |
| HSV(B) | 124.29º | 0.49% | 0.67% | - |
| XYZ | 20.47 | 31.94 | 15.44 | - |
| YUV | 136.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 93 | 0.49 | 0 | 0.46 | 0.33 | 124.29 | 0.33 | 0.51 |
| Hex | 57 | AB | 5D | 31 | 0 | 2E | 21 | 7C | 21 | 33 |
| Octal | 127 | 253 | 135 | 61 | 0 | 56 | 41 | 174 | 41 | 63 |
| Binary | 1010111 | 10101011 | 1011101 | 110001 | 0 | 101110 | 100001 | 1111100 | 100001 | 110011 |
Color Harmonies of #57AB5D
Complementary color
Monochromatic Colors of #57AB5D
Black with #57AB5D
Text Example
Text Example
White with #57AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB5D; }
p { color: rgb(87,171,93); }
H1.HeaderClassName
{
color: #57AB5D;
}
.AnyTagClassName
{
color: #57AB5D;
}
</style>
background-color css
<style>
a { background-color: #57AB5D; }
a { background-color: rgb(87,171,93); }
div.DivClassName
{
background-color: #57AB5D;
}
.BgClassName
{
background-color: #57AB5D;
}
</style>
border-color css
<style>
span { border-color: #57AB5D; }
span { border-color: rgb(87,171,93); }
td.TdClassName
{
border-color: #57AB5D;
}
.TagClassName
{
border-color: #57AB5D;
}
</style>