Shades of Fruit Salad #4CAA55
Tints of Fruit Salad #4CAA55
RGB
CMYK
RGB Variations
Color information
#4CAA55 (or 0x4CAA55) is known color: Fruit Salad. HEX triplet: 4C, AA and 55. RGB value is (76,170,85). Sum of RGB (Red+Green+Blue) = 76+170+85=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA55 is #B355AA. Grayscale: #848484. Windows color (decimal): -11752875 or 5614156. OLE color: 5614156.
HSL color Cylindrical-coordinate representation of color #4CAA55: hue angle of 125.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA55 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 85 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.33 |
| HSL | 125.74º | 0.38% | 0.48% | - |
| HSV(B) | 125.74º | 0.55% | 0.67% | - |
| XYZ | 18.99 | 30.94 | 13.57 | - |
| YUV | 132.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 85 | 0.55 | 0 | 0.50 | 0.33 | 125.74 | 0.38 | 0.48 |
| Hex | 4C | AA | 55 | 37 | 0 | 32 | 21 | 7E | 26 | 30 |
| Octal | 114 | 252 | 125 | 67 | 0 | 62 | 41 | 176 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1010101 | 110111 | 0 | 110010 | 100001 | 1111110 | 100110 | 110000 |
Color Harmonies of #4CAA55
Complementary color
Monochromatic Colors of #4CAA55
Black with #4CAA55
Text Example
Text Example
White with #4CAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA55; }
p { color: rgb(76,170,85); }
H1.HeaderClassName
{
color: #4CAA55;
}
.AnyTagClassName
{
color: #4CAA55;
}
</style>
background-color css
<style>
a { background-color: #4CAA55; }
a { background-color: rgb(76,170,85); }
div.DivClassName
{
background-color: #4CAA55;
}
.BgClassName
{
background-color: #4CAA55;
}
</style>
border-color css
<style>
span { border-color: #4CAA55; }
span { border-color: rgb(76,170,85); }
td.TdClassName
{
border-color: #4CAA55;
}
.TagClassName
{
border-color: #4CAA55;
}
</style>