Shades of Fruit Salad #5CA957
Tints of Fruit Salad #5CA957
RGB
CMYK
RGB Variations
Color information
#5CA957 (or 0x5CA957) is known color: Fruit Salad. HEX triplet: 5C, A9 and 57. RGB value is (92,169,87). Sum of RGB (Red+Green+Blue) = 92+169+87=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA957 is #A356A8. Grayscale: #888888. Windows color (decimal): -10704553 or 5744988. OLE color: 5744988.
HSL color Cylindrical-coordinate representation of color #5CA957: hue angle of 116.34º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CA957 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 87 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.34 |
| HSL | 116.34º | 0.32% | 0.5% | - |
| HSV(B) | 116.34º | 0.49% | 0.66% | - |
| XYZ | 20.32 | 31.34 | 13.99 | - |
| YUV | 136.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 87 | 0.46 | 0 | 0.49 | 0.34 | 116.34 | 0.32 | 0.5 |
| Hex | 5C | A9 | 57 | 2E | 0 | 31 | 22 | 74 | 20 | 32 |
| Octal | 134 | 251 | 127 | 56 | 0 | 61 | 42 | 164 | 40 | 62 |
| Binary | 1011100 | 10101001 | 1010111 | 101110 | 0 | 110001 | 100010 | 1110100 | 100000 | 110010 |
Color Harmonies of #5CA957
Complementary color
Monochromatic Colors of #5CA957
Black with #5CA957
Text Example
Text Example
White with #5CA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA957; }
p { color: rgb(92,169,87); }
H1.HeaderClassName
{
color: #5CA957;
}
.AnyTagClassName
{
color: #5CA957;
}
</style>
background-color css
<style>
a { background-color: #5CA957; }
a { background-color: rgb(92,169,87); }
div.DivClassName
{
background-color: #5CA957;
}
.BgClassName
{
background-color: #5CA957;
}
</style>
border-color css
<style>
span { border-color: #5CA957; }
span { border-color: rgb(92,169,87); }
td.TdClassName
{
border-color: #5CA957;
}
.TagClassName
{
border-color: #5CA957;
}
</style>