Shades of Fruit Salad #4CA255
Tints of Fruit Salad #4CA255
RGB
CMYK
RGB Variations
Color information
#4CA255 (or 0x4CA255) is known color: Fruit Salad. HEX triplet: 4C, A2 and 55. RGB value is (76,162,85). Sum of RGB (Red+Green+Blue) = 76+162+85=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA255 is #B35DAA. Grayscale: #7F7F7F. Windows color (decimal): -11754923 or 5612108. OLE color: 5612108.
HSL color Cylindrical-coordinate representation of color #4CA255: hue angle of 126.28º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA255 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 85 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.36 |
| HSL | 126.28º | 0.36% | 0.47% | - |
| HSV(B) | 126.28º | 0.53% | 0.64% | - |
| XYZ | 17.54 | 28.03 | 13.08 | - |
| YUV | 127.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 85 | 0.53 | 0 | 0.48 | 0.36 | 126.28 | 0.36 | 0.47 |
| Hex | 4C | A2 | 55 | 35 | 0 | 30 | 24 | 7E | 24 | 2F |
| Octal | 114 | 242 | 125 | 65 | 0 | 60 | 44 | 176 | 44 | 57 |
| Binary | 1001100 | 10100010 | 1010101 | 110101 | 0 | 110000 | 100100 | 1111110 | 100100 | 101111 |
Color Harmonies of #4CA255
Complementary color
Monochromatic Colors of #4CA255
Black with #4CA255
Text Example
Text Example
White with #4CA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA255; }
p { color: rgb(76,162,85); }
H1.HeaderClassName
{
color: #4CA255;
}
.AnyTagClassName
{
color: #4CA255;
}
</style>
background-color css
<style>
a { background-color: #4CA255; }
a { background-color: rgb(76,162,85); }
div.DivClassName
{
background-color: #4CA255;
}
.BgClassName
{
background-color: #4CA255;
}
</style>
border-color css
<style>
span { border-color: #4CA255; }
span { border-color: rgb(76,162,85); }
td.TdClassName
{
border-color: #4CA255;
}
.TagClassName
{
border-color: #4CA255;
}
</style>