Shades of Fruit Salad #57A253
Tints of Fruit Salad #57A253
RGB
CMYK
RGB Variations
Color information
#57A253 (or 0x57A253) is known color: Fruit Salad. HEX triplet: 57, A2 and 53. RGB value is (87,162,83). Sum of RGB (Red+Green+Blue) = 87+162+83=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #57A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A253 is #A85DAC. Grayscale: #828282. Windows color (decimal): -11034029 or 5481047. OLE color: 5481047.
HSL color Cylindrical-coordinate representation of color #57A253: hue angle of 116.96º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A253 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 83 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.36 |
| HSL | 116.96º | 0.32% | 0.48% | - |
| HSV(B) | 116.96º | 0.49% | 0.64% | - |
| XYZ | 18.41 | 28.49 | 12.71 | - |
| YUV | 130.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 83 | 0.46 | 0 | 0.49 | 0.36 | 116.96 | 0.32 | 0.48 |
| Hex | 57 | A2 | 53 | 2E | 0 | 31 | 24 | 75 | 20 | 30 |
| Octal | 127 | 242 | 123 | 56 | 0 | 61 | 44 | 165 | 40 | 60 |
| Binary | 1010111 | 10100010 | 1010011 | 101110 | 0 | 110001 | 100100 | 1110101 | 100000 | 110000 |
Color Harmonies of #57A253
Complementary color
Monochromatic Colors of #57A253
Black with #57A253
Text Example
Text Example
White with #57A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A253; }
p { color: rgb(87,162,83); }
H1.HeaderClassName
{
color: #57A253;
}
.AnyTagClassName
{
color: #57A253;
}
</style>
background-color css
<style>
a { background-color: #57A253; }
a { background-color: rgb(87,162,83); }
div.DivClassName
{
background-color: #57A253;
}
.BgClassName
{
background-color: #57A253;
}
</style>
border-color css
<style>
span { border-color: #57A253; }
span { border-color: rgb(87,162,83); }
td.TdClassName
{
border-color: #57A253;
}
.TagClassName
{
border-color: #57A253;
}
</style>