Shades of Fruit Salad #4CAB3C
Tints of Fruit Salad #4CAB3C
RGB
CMYK
RGB Variations
Color information
#4CAB3C (or 0x4CAB3C) is known color: Fruit Salad. HEX triplet: 4C, AB and 3C. RGB value is (76,171,60). Sum of RGB (Red+Green+Blue) = 76+171+60=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAB3C is #B354C3. Grayscale: #828282. Windows color (decimal): -11752644 or 3976012. OLE color: 3976012.
HSL color Cylindrical-coordinate representation of color #4CAB3C: hue angle of 111.35º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CAB3C is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 171 | 60 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.33 |
| HSL | 111.35º | 0.48% | 0.45% | - |
| HSV(B) | 111.35º | 0.65% | 0.67% | - |
| XYZ | 18.36 | 30.99 | 9.29 | - |
| YUV | 129.94 | 88.53 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 60 | 0.56 | 0 | 0.65 | 0.33 | 111.35 | 0.48 | 0.45 |
| Hex | 4C | AB | 3C | 38 | 0 | 41 | 21 | 6F | 30 | 2D |
| Octal | 114 | 253 | 74 | 70 | 0 | 101 | 41 | 157 | 60 | 55 |
| Binary | 1001100 | 10101011 | 111100 | 111000 | 0 | 1000001 | 100001 | 1101111 | 110000 | 101101 |
Color Harmonies of #4CAB3C
Complementary color
Monochromatic Colors of #4CAB3C
Black with #4CAB3C
Text Example
Text Example
White with #4CAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAB3C; }
p { color: rgb(76,171,60); }
H1.HeaderClassName
{
color: #4CAB3C;
}
.AnyTagClassName
{
color: #4CAB3C;
}
</style>
background-color css
<style>
a { background-color: #4CAB3C; }
a { background-color: rgb(76,171,60); }
div.DivClassName
{
background-color: #4CAB3C;
}
.BgClassName
{
background-color: #4CAB3C;
}
</style>
border-color css
<style>
span { border-color: #4CAB3C; }
span { border-color: rgb(76,171,60); }
td.TdClassName
{
border-color: #4CAB3C;
}
.TagClassName
{
border-color: #4CAB3C;
}
</style>