Shades of Fruit Salad #4CAB4C
Tints of Fruit Salad #4CAB4C
RGB
CMYK
RGB Variations
Color information
#4CAB4C (or 0x4CAB4C) is known color: Fruit Salad. HEX triplet: 4C, AB and 4C. RGB value is (76,171,76). Sum of RGB (Red+Green+Blue) = 76+171+76=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAB4C is #B354B3. Grayscale: #848484. Windows color (decimal): -11752628 or 5024588. OLE color: 5024588.
HSL color Cylindrical-coordinate representation of color #4CAB4C: hue angle of 120º 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 #4CAB4C is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 171 | 76 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.33 |
| HSL | 120º | 0.38% | 0.48% | - |
| HSV(B) | 120º | 0.56% | 0.67% | - |
| XYZ | 18.85 | 31.18 | 11.86 | - |
| YUV | 131.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 76 | 0.56 | 0 | 0.56 | 0.33 | 120 | 0.38 | 0.48 |
| Hex | 4C | AB | 4C | 38 | 0 | 38 | 21 | 78 | 26 | 30 |
| Octal | 114 | 253 | 114 | 70 | 0 | 70 | 41 | 170 | 46 | 60 |
| Binary | 1001100 | 10101011 | 1001100 | 111000 | 0 | 111000 | 100001 | 1111000 | 100110 | 110000 |
Color Harmonies of #4CAB4C
Complementary color
Monochromatic Colors of #4CAB4C
Black with #4CAB4C
Text Example
Text Example
White with #4CAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAB4C; }
p { color: rgb(76,171,76); }
H1.HeaderClassName
{
color: #4CAB4C;
}
.AnyTagClassName
{
color: #4CAB4C;
}
</style>
background-color css
<style>
a { background-color: #4CAB4C; }
a { background-color: rgb(76,171,76); }
div.DivClassName
{
background-color: #4CAB4C;
}
.BgClassName
{
background-color: #4CAB4C;
}
</style>
border-color css
<style>
span { border-color: #4CAB4C; }
span { border-color: rgb(76,171,76); }
td.TdClassName
{
border-color: #4CAB4C;
}
.TagClassName
{
border-color: #4CAB4C;
}
</style>