Shades of Fruit Salad #57A24F
Tints of Fruit Salad #57A24F
RGB
CMYK
RGB Variations
Color information
#57A24F (or 0x57A24F) is known color: Fruit Salad. HEX triplet: 57, A2 and 4F. RGB value is (87,162,79). Sum of RGB (Red+Green+Blue) = 87+162+79=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #57A24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A24F is #A85DB0. Grayscale: #828282. Windows color (decimal): -11034033 or 5218903. OLE color: 5218903.
HSL color Cylindrical-coordinate representation of color #57A24F: hue angle of 114.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57A24F is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 79 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.36 |
| HSL | 114.22º | 0.34% | 0.47% | - |
| HSV(B) | 114.22º | 0.51% | 0.64% | - |
| XYZ | 18.26 | 28.43 | 11.92 | - |
| YUV | 130.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 79 | 0.46 | 0 | 0.51 | 0.36 | 114.22 | 0.34 | 0.47 |
| Hex | 57 | A2 | 4F | 2E | 0 | 33 | 24 | 72 | 22 | 2F |
| Octal | 127 | 242 | 117 | 56 | 0 | 63 | 44 | 162 | 42 | 57 |
| Binary | 1010111 | 10100010 | 1001111 | 101110 | 0 | 110011 | 100100 | 1110010 | 100010 | 101111 |
Color Harmonies of #57A24F
Complementary color
Monochromatic Colors of #57A24F
Black with #57A24F
Text Example
Text Example
White with #57A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A24F; }
p { color: rgb(87,162,79); }
H1.HeaderClassName
{
color: #57A24F;
}
.AnyTagClassName
{
color: #57A24F;
}
</style>
background-color css
<style>
a { background-color: #57A24F; }
a { background-color: rgb(87,162,79); }
div.DivClassName
{
background-color: #57A24F;
}
.BgClassName
{
background-color: #57A24F;
}
</style>
border-color css
<style>
span { border-color: #57A24F; }
span { border-color: rgb(87,162,79); }
td.TdClassName
{
border-color: #57A24F;
}
.TagClassName
{
border-color: #57A24F;
}
</style>