Shades of Fruit Salad #4CAD56
Tints of Fruit Salad #4CAD56
RGB
CMYK
RGB Variations
Color information
#4CAD56 (or 0x4CAD56) is known color: Fruit Salad. HEX triplet: 4C, AD and 56. RGB value is (76,173,86). Sum of RGB (Red+Green+Blue) = 76+173+86=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAD56 is #B352A9. Grayscale: #868686. Windows color (decimal): -11752106 or 5680460. OLE color: 5680460.
HSL color Cylindrical-coordinate representation of color #4CAD56: hue angle of 126.19º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD56 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 86 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.32 |
| HSL | 126.19º | 0.39% | 0.49% | - |
| HSV(B) | 126.19º | 0.56% | 0.68% | - |
| XYZ | 19.6 | 32.1 | 13.97 | - |
| YUV | 134.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 86 | 0.56 | 0 | 0.50 | 0.32 | 126.19 | 0.39 | 0.49 |
| Hex | 4C | AD | 56 | 38 | 0 | 32 | 20 | 7E | 27 | 31 |
| Octal | 114 | 255 | 126 | 70 | 0 | 62 | 40 | 176 | 47 | 61 |
| Binary | 1001100 | 10101101 | 1010110 | 111000 | 0 | 110010 | 100000 | 1111110 | 100111 | 110001 |
Color Harmonies of #4CAD56
Complementary color
Monochromatic Colors of #4CAD56
Black with #4CAD56
Text Example
Text Example
White with #4CAD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAD56; }
p { color: rgb(76,173,86); }
H1.HeaderClassName
{
color: #4CAD56;
}
.AnyTagClassName
{
color: #4CAD56;
}
</style>
background-color css
<style>
a { background-color: #4CAD56; }
a { background-color: rgb(76,173,86); }
div.DivClassName
{
background-color: #4CAD56;
}
.BgClassName
{
background-color: #4CAD56;
}
</style>
border-color css
<style>
span { border-color: #4CAD56; }
span { border-color: rgb(76,173,86); }
td.TdClassName
{
border-color: #4CAD56;
}
.TagClassName
{
border-color: #4CAD56;
}
</style>