Shades of Fruit Salad #5CAF57
Tints of Fruit Salad #5CAF57
RGB
CMYK
RGB Variations
Color information
#5CAF57 (or 0x5CAF57) is known color: Fruit Salad. HEX triplet: 5C, AF and 57. RGB value is (92,175,87). Sum of RGB (Red+Green+Blue) = 92+175+87=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAF57 is #A350A8. Grayscale: #8C8C8C. Windows color (decimal): -10703017 or 5746524. OLE color: 5746524.
HSL color Cylindrical-coordinate representation of color #5CAF57: hue angle of 116.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CAF57 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 87 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.31 |
| HSL | 116.59º | 0.35% | 0.51% | - |
| HSV(B) | 116.59º | 0.5% | 0.69% | - |
| XYZ | 21.46 | 33.62 | 14.38 | - |
| YUV | 140.15 | 98 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 87 | 0.47 | 0 | 0.50 | 0.31 | 116.59 | 0.35 | 0.51 |
| Hex | 5C | AF | 57 | 2F | 0 | 32 | 1F | 75 | 23 | 33 |
| Octal | 134 | 257 | 127 | 57 | 0 | 62 | 37 | 165 | 43 | 63 |
| Binary | 1011100 | 10101111 | 1010111 | 101111 | 0 | 110010 | 11111 | 1110101 | 100011 | 110011 |
Color Harmonies of #5CAF57
Complementary color
Monochromatic Colors of #5CAF57
Black with #5CAF57
Text Example
Text Example
White with #5CAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF57; }
p { color: rgb(92,175,87); }
H1.HeaderClassName
{
color: #5CAF57;
}
.AnyTagClassName
{
color: #5CAF57;
}
</style>
background-color css
<style>
a { background-color: #5CAF57; }
a { background-color: rgb(92,175,87); }
div.DivClassName
{
background-color: #5CAF57;
}
.BgClassName
{
background-color: #5CAF57;
}
</style>
border-color css
<style>
span { border-color: #5CAF57; }
span { border-color: rgb(92,175,87); }
td.TdClassName
{
border-color: #5CAF57;
}
.TagClassName
{
border-color: #5CAF57;
}
</style>