Shades of Fruit Salad #5CA75E
Tints of Fruit Salad #5CA75E
RGB
CMYK
RGB Variations
Color information
#5CA75E (or 0x5CA75E) is known color: Fruit Salad. HEX triplet: 5C, A7 and 5E. RGB value is (92,167,94). Sum of RGB (Red+Green+Blue) = 92+167+94=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA75E is #A358A1. Grayscale: #888888. Windows color (decimal): -10705058 or 6203228. OLE color: 6203228.
HSL color Cylindrical-coordinate representation of color #5CA75E: hue angle of 121.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA75E is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 167 | 94 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.35 |
| HSL | 121.6º | 0.3% | 0.51% | - |
| HSV(B) | 121.6º | 0.45% | 0.65% | - |
| XYZ | 20.25 | 30.72 | 15.45 | - |
| YUV | 136.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 167 | 94 | 0.45 | 0 | 0.44 | 0.35 | 121.6 | 0.3 | 0.51 |
| Hex | 5C | A7 | 5E | 2D | 0 | 2C | 23 | 7A | 1E | 33 |
| Octal | 134 | 247 | 136 | 55 | 0 | 54 | 43 | 172 | 36 | 63 |
| Binary | 1011100 | 10100111 | 1011110 | 101101 | 0 | 101100 | 100011 | 1111010 | 11110 | 110011 |
Color Harmonies of #5CA75E
Complementary color
Monochromatic Colors of #5CA75E
Black with #5CA75E
Text Example
Text Example
White with #5CA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA75E; }
p { color: rgb(92,167,94); }
H1.HeaderClassName
{
color: #5CA75E;
}
.AnyTagClassName
{
color: #5CA75E;
}
</style>
background-color css
<style>
a { background-color: #5CA75E; }
a { background-color: rgb(92,167,94); }
div.DivClassName
{
background-color: #5CA75E;
}
.BgClassName
{
background-color: #5CA75E;
}
</style>
border-color css
<style>
span { border-color: #5CA75E; }
span { border-color: rgb(92,167,94); }
td.TdClassName
{
border-color: #5CA75E;
}
.TagClassName
{
border-color: #5CA75E;
}
</style>