Shades of Fruit Salad #4CAC3A
Tints of Fruit Salad #4CAC3A
RGB
CMYK
RGB Variations
Color information
#4CAC3A (or 0x4CAC3A) is known color: Fruit Salad. HEX triplet: 4C, AC and 3A. RGB value is (76,172,58). Sum of RGB (Red+Green+Blue) = 76+172+58=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC3A is #B353C5. Grayscale: #828282. Windows color (decimal): -11752390 or 3845196. OLE color: 3845196.
HSL color Cylindrical-coordinate representation of color #4CAC3A: hue angle of 110.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CAC3A is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 58 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.33 |
| HSL | 110.53º | 0.5% | 0.45% | - |
| HSV(B) | 110.53º | 0.66% | 0.67% | - |
| XYZ | 18.5 | 31.35 | 9.08 | - |
| YUV | 130.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 58 | 0.56 | 0 | 0.66 | 0.33 | 110.53 | 0.5 | 0.45 |
| Hex | 4C | AC | 3A | 38 | 0 | 42 | 21 | 6F | 32 | 2D |
| Octal | 114 | 254 | 72 | 70 | 0 | 102 | 41 | 157 | 62 | 55 |
| Binary | 1001100 | 10101100 | 111010 | 111000 | 0 | 1000010 | 100001 | 1101111 | 110010 | 101101 |
Color Harmonies of #4CAC3A
Complementary color
Monochromatic Colors of #4CAC3A
Black with #4CAC3A
Text Example
Text Example
White with #4CAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC3A; }
p { color: rgb(76,172,58); }
H1.HeaderClassName
{
color: #4CAC3A;
}
.AnyTagClassName
{
color: #4CAC3A;
}
</style>
background-color css
<style>
a { background-color: #4CAC3A; }
a { background-color: rgb(76,172,58); }
div.DivClassName
{
background-color: #4CAC3A;
}
.BgClassName
{
background-color: #4CAC3A;
}
</style>
border-color css
<style>
span { border-color: #4CAC3A; }
span { border-color: rgb(76,172,58); }
td.TdClassName
{
border-color: #4CAC3A;
}
.TagClassName
{
border-color: #4CAC3A;
}
</style>