Shades of Fruit Salad #4CAB5C
Tints of Fruit Salad #4CAB5C
RGB
CMYK
RGB Variations
Color information
#4CAB5C (or 0x4CAB5C) is known color: Fruit Salad. HEX triplet: 4C, AB and 5C. RGB value is (76,171,92). Sum of RGB (Red+Green+Blue) = 76+171+92=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAB5C is #B354A3. Grayscale: #858585. Windows color (decimal): -11752612 or 6073164. OLE color: 6073164.
HSL color Cylindrical-coordinate representation of color #4CAB5C: hue angle of 130.11º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAB5C is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 171 | 92 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.33 |
| HSL | 130.11º | 0.38% | 0.48% | - |
| HSV(B) | 130.11º | 0.56% | 0.67% | - |
| XYZ | 19.48 | 31.44 | 15.17 | - |
| YUV | 133.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 92 | 0.56 | 0 | 0.46 | 0.33 | 130.11 | 0.38 | 0.48 |
| Hex | 4C | AB | 5C | 38 | 0 | 2E | 21 | 82 | 26 | 30 |
| Octal | 114 | 253 | 134 | 70 | 0 | 56 | 41 | 202 | 46 | 60 |
| Binary | 1001100 | 10101011 | 1011100 | 111000 | 0 | 101110 | 100001 | 10000010 | 100110 | 110000 |
Color Harmonies of #4CAB5C
Complementary color
Monochromatic Colors of #4CAB5C
Black with #4CAB5C
Text Example
Text Example
White with #4CAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAB5C; }
p { color: rgb(76,171,92); }
H1.HeaderClassName
{
color: #4CAB5C;
}
.AnyTagClassName
{
color: #4CAB5C;
}
</style>
background-color css
<style>
a { background-color: #4CAB5C; }
a { background-color: rgb(76,171,92); }
div.DivClassName
{
background-color: #4CAB5C;
}
.BgClassName
{
background-color: #4CAB5C;
}
</style>
border-color css
<style>
span { border-color: #4CAB5C; }
span { border-color: rgb(76,171,92); }
td.TdClassName
{
border-color: #4CAB5C;
}
.TagClassName
{
border-color: #4CAB5C;
}
</style>